AutoClose Property (C1Menu)
In This Topic
Gets or sets a value indicating if the menu will auto close when the user clicks outside of it.
Syntax
'Declaration
Public Property AutoClose As System.Boolean
public System.bool AutoClose {get; set;}
See Also