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

In This Topic
    Visible Property (C1StatusBar)
    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