Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ToolBar Class / CloseMoreOnItemClick Property

In This Topic
    CloseMoreOnItemClick Property (C1ToolBar)
    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