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

In This Topic
    HideFirstDelimiter Property (C1ContextMenu)
    In This Topic
    Gets or sets a value indicating whether the control should hide the first delimiter.
    Syntax
    'Declaration
     
    
    Public Property HideFirstDelimiter As Boolean
    public bool HideFirstDelimiter {get; set;}
    Remarks
    C1CommandLink.Delimiter property shows a delimiter before a C1CommandLink present at C1ContextMenu. The HideFirstDelimiter property hides the delimiter for the first visible C1CommandLink even the Delimiter property of the C1CommandLink is True.
    See Also