Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / StatusBar Class / Visible Property


In This Topic
    Visible Property (StatusBar)
    In This Topic
    Gets or set a bool value indicates whether the statusbar is visible.
    Syntax
    'Declaration
     
    
    Public Property Visible As Boolean
    'Usage
     
    
    Dim instance As StatusBar
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}

    Property Value

    The bool value, true if the StatusBar is visible, otherwise, false.
    The default is false.
    See Also