Visible Property (StatusBarInfo)
Gets or set a bool value that indicates whether the status bar is visible.
public bool Visible {get; set;}
'Declaration
Public Property Visible As Boolean
'Usage
Dim instance As StatusBarInfo
Dim value As Boolean
instance.Visible = value
value = instance.Visible
Property Value
The
bool value,
true if the
StatusBar is visible; otherwise,
false.
The default is
false.