WinStudio
IWSFormComponent interface
Sets the Alert value for a critical number bound gauge.
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. |
Sub Main() ThisForm.Components("gauge1").GaugeSetAlertValue("500") End Sub