WinStudio
IWSFormComponent interface
Returns the Critical Number to which the gauge is bound for a Critical Number bound Gauge.
object.GaugeGetCriticalNumber()
Part | Description |
object | Required. A reference to a valid gauge component object. |
The return value is an integer representing the Critical Number that is shown by the gauge.
Sub Main() Application.ShowMessage(ThisForm.Components("gauge1").GaugeGetCriticalNumber) End Sub