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