Write-only |
About Display Formatting |
Description |
Shows and Hides the Status Bar. The Status Bar is located across the bottom of the display. The following information is shown for the active measurement:
|
VB Syntax |
app.ShowStatusBar state |
Variable |
(Type) - Description |
app |
An Application (object) |
state |
(boolean) - |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.ShowStatusBar True |
C++ Syntax |
HRESULT ShowStatusBar (VARIANT_BOOL bState) |
Interface |
IApplication |