Copyright © 1998-2015 MultiMedia Soft

EnableButtonCache method

Previous pageReturn to chapter overviewNext page

Remarks

Enables/disables the button caching system.

Details about the buttons caching system can be found inside How to speed up buttons rendering section.

 

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