Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ContextMenu Class / CloseOnItemClick Property

In This Topic
    CloseOnItemClick Property (C1ContextMenu)
    In This Topic
    Gets or sets the value indicating whether to close the menu when an item is clicked.
    Syntax
    'Declaration
     
    
    Public Property CloseOnItemClick As Boolean
    public bool CloseOnItemClick {get; set;}
    See Also