HideStatusBar
- Last UpdatedNov 17, 2021
- 1 minute read
The HideStatusBar property is a read-write property that gets or sets whether the status bar is visible to the runtime user.
Syntax
aaHistClientSingleValueEntry.HideStatusBar = discrete;
Result = aaHistClientSingleValueEntry.HideStatusBar;
Remarks
If set to True, the status bar is hidden.
The default value is False.
The status bar appears at the bottom of the control.