CloseOnEscape Property (C1Dialog)
In This Topic
Specifies whether the dialog should close when it has focus and the user presses the escape (ESC) key.
Syntax
'Declaration
Public Property CloseOnEscape As System.Boolean
public System.bool CloseOnEscape {get; set;}
See Also