Copyright © 2003-2024 MultiMedia Soft

EnableButtonCache method

Previous pageReturn to chapter overviewNext page

Remarks

Enables/disables the button caching system.

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

 

Syntax

 

[Visual Basic]

Public Sub EnableButtonCache(bEnable as Bool)

 

[C#]

public void EnableButtonCache(bool bEnable);

 

[C++]

public: void 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