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

In This Topic
    Visible Property (C1Ribbon)
    In This Topic
    Gets or sets a value indicating whether the control and all its parent controls are displayed.
    Syntax
    'Declaration
     
    Public Shadows Property Visible As System.Boolean
    public new System.bool Visible {get; set;}
    See Also