WinStudio
IWSFormComponent interface
Returns the Drilldown that will be called on Drilldown from the Gauge for a Critical Number bound Gauge.
object.GaugeGetDrilldown
Part | Description |
object | Required. A reference to a valid gauge component object. |
The return value is an integer that represents the critical number drilldown, which is called when the user double-clicks on the gauge. This drilldown must be associated to the critical number on the Critical Numbers Setup form.
Sub Main() Application.ShowMessage(ThisForm.Components("gauge1").GaugeGetDrilldown) End Sub