CloseMoreOnItemClick Property (C1MainMenu)
In This Topic
Gets or sets the value indicating whether the menu that is automatically created when some items do not fit on the toolbar closes when an item on that menu is clicked.
Syntax
'Declaration
Public Property CloseMoreOnItemClick As Boolean
public bool CloseMoreOnItemClick {get; set;}
See Also