GaugeRedraw method (WinStudio scripts)
Applies To
IWSFormComponent interface
Definition
Forces a gauge component to redraw. A critical number gauge also recalculates the number prior to redrawing.
Syntax
object.GaugeRedraw
| Part | Description | 
|---|---|
| object | Required. A reference to a valid gauge component object. | 
Example
Sub Main()
    ThisForm.Components("gauge1").GaugeRedraw
End Sub