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