StatusMeterGauge Class Methods

These methods are used by the StatusMeterGauge class. The methods are described in alphabetic order.

Syntax

Refresh()

Description

Use the Refresh method to clear all existing gauge settings and data.

Parameters

None.

Returns

None.

Syntax

SetThreshold(&threshold)

Description

Use the SetThreshold method to associate a Threshold object with the gauge.

Parameters

Field or Control

Definition

&threshold

Specify an already instantiated object of the Threshold class.

Returns

None.