property CascadeTree.StatusBarHeight as Long
Specifies the height of the control's status bar.

TypeDescription
Long A long expression that specifies the height of the control's status bar.
By default, the StatusBarHeight property is -1, which specifies that status bar height is automatically computed based on its label. The StatusBarHeight property specifies the height of the control's status bar. The StatusBarLabel property specifies the HTML label the control's status bar is displaying. The StatusBarVisible property specifies whether the control's status bar is visible or hidden. 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.