Copyright © 1998-2015 MultiMedia Soft

ClearButtonCache method

Previous pageReturn to chapter overviewNext page

Remarks

Clears the button cache used to speed up the buttons rendering: after this method call the amount of available memory will increase.

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

 

Syntax

Visual Basic

control.ClearButtonCache ()

 

Visual C++

void control.ClearButtonCache ();