WinStudio
IWSFormComponent interface
Gets the Caption Format for a Critical Number bound Gauge.
object.GaugeGetCaptionFormat()
Part | Description |
object | Required. A reference to a valid gauge component object. |
The return value is a string containing the caption format setting. Valid values are:
Sub Main() Application.ShowMessage(ThisForm.Components("gauge1").GaugeGetCaptionFormat) End Sub