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 Boolean
'Usage
Dim instance As C1Menu
Dim value As Boolean
instance.AutoClose = value
value = instance.AutoClose
public bool AutoClose {get; set;}
public:
property bool AutoClose {
bool get();
void set ( bool value);
}
See Also