WinStudio
IWSFormComponent interface
Sets the Caption Format (None, Short, Long, Default) for a critical number bound gauge.
object.GaugeSetCaptionFormat(string)
| Part | Description |
| object | Required. A reference to a valid gauge component object. |
| string | Required. A string that represents the new format for the gauge caption. |
Valid values are:
Sub Main()
ThisForm.Components("gauge1").GaugeSetCaptionFormat("Default")
End Sub