Copyright © 1998-2015 MultiMedia Soft

SetAutomaticRefresh method

Previous pageReturn to chapter overviewNext page

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);

 

Parameter

Description

 

 

bAuto

Boolean value that enables/disables the automatic refresh of the control each time a property value changes. Supported values are the following:

Value

Meaning

FALSE

The automatic refresh is disabled

TRUE (default)

The automatic refresh is enabled