[]
Gets or set a bool value that indicates whether the status bar is visible.
public bool Visible { get; set; }
Public Property Visible As Boolean
| Type | Description |
|---|---|
| bool | The bool value, true if the StatusBar is visible; otherwise, false.
|