Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonSeparator Class / HiddenMode Property

In This Topic
    HiddenMode Property (RibbonSeparator)
    In This Topic
    Gets or sets whether the RibbonSeparator works but doesn't appear in a RibbonGroup.
    Syntax
    'Declaration
     
    
    Public Property HiddenMode As Boolean
    public bool HiddenMode {get; set;}
    See Also