ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonSeparator Class / HiddenMode Property

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