Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Boolean
    public new bool Visible {get; set;}
    See Also