EnableButtonCache method |
|
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);
|