A
StatusBarAnchorEnum expression that
specifies whether the control's status bar is visible or hidden.
By default, the StatusBarVisible property is
exStatusBarAnchorTop, and so the status bar is visible and aligned to the top
side of the control. The StatusBarVisible property specifies whether the control's status bar is visible or hidden.
The StatusBarLabel property
specifies the HTML label the control's status bar is displaying. The HeaderVisible
property retrieves or sets a value that indicates whether the control's header bar is visible or
hidden.
The Background(exStatusBackColor) / Background(exStatusForeColor)
specifies the status bar's background / foreground color. The Background(exStatusPanelBackColor)
specifies the status panel's background color.