ImmediateUpdates Property
Syntax
CWButton.ImmediateUpdates
Data Type
Purpose
Specifies if the control draws new data as soon as it is available, or if the form refreshes the control when it draws other controls.
Remarks
Set this property to True to guarantee that the control is redrawn every time a change is made.
Set this property to False to skip redrawing for other events. When this property is set to False, the container, such as a Visual Basic form, controls the update rate.
Example
'Redraws the control every time you make a change.
CWButton1.ImmediateUpdates = True