Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
GetButtonCacheSize method 
 
Remarks 
Returns the amount of memory (in bytes) actually used by the buttons caching system
Details about the buttons caching system can be found inside How to speed up buttons rendering section. 
 
Syntax 
 
[Visual Basic] 
Public Function GetButtonCacheSize() as Long 
 
[C#] 
public long GetButtonCacheSize(); 
 
[C++] 
public: long GetButtonCacheSize(); 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index