Refreshes the control.
public void Refresh(
bool
)
'Declaration
Public Sub Refresh( _
Optional ByVal As Boolean _
)
'Usage
Dim instance As C1Gauge
Dim fullUpdate As Boolean
instance.Refresh(fullUpdate)
Parameters
- fullUpdate
- Whether to update the control layout as well as the content.