constants StatusBarAnchorEnum
The StatusBarAnchorEnum type specifies how the status bar is displayed relative to 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 StatusBarAnchorEnum type supports the following values:

NameValueDescription
exStatusBarNone0 The control's status bar is not visible.
exStatusBarAnchorBottom1 The control's status bar is aligned to the bottom side of the control.
exStatusBarAnchorTop2 The control's status bar is aligned to the top side of the control.