WinStudio
IWSFormComponent interface
Sets the goal value for a critical number bound gauge.
object.GaugeSetGoalValue(string)
| Part | Description |
| object | Required. A reference to a valid gauge component object. |
| string | Required. A string that represents the new overridden goal value to use on the critical number gauge. |
Sub Main()
ThisForm.Components("gauge1").GaugeSetGoalValue("250")
End Sub