ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonContextualTabGroup Class / Visible Property

In This Topic
    Visible Property (RibbonContextualTabGroup)
    In This Topic
    Gets or sets whether the contextual tab group is visible.
    Syntax
    'Declaration
     
    Public Property Visible As System.Boolean
    public System.bool Visible {get; set;}
    See Also