IsModeless Property (C1Popup)
In This Topic
Gets or sets whether the dialog should be modeless (e.g. not dismiss when focusing/clicking outside of the dialog). if true: there will be no overlay (isDarkOverlay is ignored)
Syntax
'Declaration
Public Property IsModeless As Boolean
public bool IsModeless {get; set;}
See Also