Write-only
About Display Formatting

ShowStatusBar Method


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:

  • Channel number

  • Parameter

  • Correction On or Off

  • Remote or Local operation

 VB Syntax

app.ShowStatusBar state

Variable

(Type) - Description

app

An Application (object)

state

(boolean) -
True (1)
- Show the Status Bar
False (0)
- Hide the Status Bar

Return Type

Not Applicable

Default

Not Applicable

Examples

app.ShowStatusBar True

C++ Syntax

HRESULT ShowStatusBar (VARIANT_BOOL bState)

Interface

IApplication