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

In This Topic
    SeparateCheckBar Property (C1ContextMenu)
    In This Topic
    Gets or sets the value indicating whether to show check marks instead of images or in a separate bar.
    Syntax
    'Declaration
     
    
    Public Property SeparateCheckBar As Boolean
    public bool SeparateCheckBar {get; set;}
    See Also