Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
ClearButtonCache method 
 
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 process can be found inside How to speed up buttons rendering section. 
 
Syntax 
 
[Visual Basic] 
Public Sub ClearButtonCache() 
 
[C#] 
public void ClearButtonCache(); 
 
[C++] 
public: void ClearButtonCache(); 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index