CloseOnOuterClick Property
In This Topic
Determines whether to close the popup window when user clicks on the out side of content.
Syntax
'Declaration
Public Property CloseOnOuterClick As System.Boolean
public System.bool CloseOnOuterClick {get; set;}
See Also