WinStudio

GaugeGetSubCaptionFormat Method

Applies To

IWSFormComponent interface

Definition

Gets the Sub-Caption Format for a critical number bound gauge.

Syntax

object.GaugeGetSubCaptionFormat

Remarks

The return value is a string containing the format of the sub-caption on the critical number gauge. Valid values are:

Example

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