EnableButtonCache method
Remarks
Enables/disables the button caching system.
Syntax
Visual Basic
control.EnableButtonCache (bEnable as integer)
Visual C++
void control.EnableButtonCache (BOOL bEnable);
|
Parameter
|
Description
|
|
|
|
|
bEnable
|
Boolean flag that determines if the button caching system is enabled. Supported values are the following:
|
Value
|
Meaning
|
|
FALSE
|
The button caching system is disabled and the cache's actual content is cleared
|
|
TRUE (default)
|
The button caching system is enabled
|
|