GaugeSetAlertValue method (WinStudio scripts)
Applies To
IWSFormComponent interface
Definition
Sets the Alert value for a critical number bound gauge.
Syntax
object.GaugeSetAlertValue(string)
| Part | Description |
|---|---|
| object | Required. A reference to a valid gauge component object. |
| string | Required. A string that represents the new overridden alert value to use on the critical number gauge. |
Example
Sub Main()
ThisForm.Components("gauge1").GaugeSetAlertValue("500")
End Sub