WinStudio
IWSFormComponent interface
Sets the drilldown that is called during drilldown from the gauge for a critical number bound gauge.
object.GaugeSetDrilldown(integer)
Part | Description |
object | Required. A reference to a valid gauge component object. |
integer | Required. The number of the drilldown that is called when the user double clicks on the gauge. |
The new drilldown must already be associated with the critical number on the Critical Numbers Setup form.
Sub Main() ThisForm.Components("gauge1").GaugeSetDrilldown(5) End Sub