WinStudio

GaugeGetCaptionFormat Method

Applies To

IWSFormComponent interface

Definition

Gets the Caption Format for a Critical Number bound Gauge.

Syntax

object.GaugeGetCaptionFormat()

Part Description
object Required. A reference to a valid gauge component object.

Remarks

The return value is a string containing the caption format setting.  Valid values are:

Example

Sub Main()
    Application.ShowMessage(ThisForm.Components("gauge1").GaugeGetCaptionFormat)
End Sub