WinStudio
IWSFormComponent interface
Sets the Sub-Caption Format (All, Actual, None) for a Critical Number bound Gauge.
object.GaugeSetSubCaptionFormat(string)
| Part | Description |
| object | Required. A reference to a valid gauge component object. |
| string | Required. A string setting the sub-caption format of the gauge. |
Valid sub-caption formats are:
Sub Main()
ThisForm.Components("gauge1").GaugeSetSubCaptionFormat("Actual")
End Sub