Closes the editor's popup window.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public void ClosePopup(
	bool cancel
)
Visual Basic
Public Sub ClosePopup ( _
	cancel As Boolean _
)

Parameters

cancel
Type: System..::..Boolean
Whether the popup's current selection should be applied to the editor.

See Also