Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandMenu Class / ShowVerticalSeparator Property

In This Topic
    ShowVerticalSeparator Property (C1CommandMenu)
    In This Topic
    Gets or sets a value indicating whether the control should show vertical separator line between C1CommandLink's image or check icon and text.
    Syntax
    'Declaration
     
    
    Public Property ShowVerticalSeparator As Boolean
    public bool ShowVerticalSeparator {get; set;}
    Remarks
    Vertical separator line will be shown or hidden for all C1CommandMenu's C1CommandLinks at the same time.
    See Also