SetAutomaticRefresh method |
|
Remarks Enables/disables the automatic refresh of the control each time a property changes. By default the automatic refresh is initially enabled. If the bAuto parameter is set to FALSE, subsequent calls to the Refresh method will have no effect. To force the refresh of the control, applying all the properties changed at runtime, call this method with the bAuto parameter set to TRUE.
Syntax Visual Basic control.SetAutomaticRefresh (bAuto as boolean)
Visual C++ void control.SetAutomaticRefresh (BOOL bAuto);
|