LoadTemplateEx method |
|
Remarks Loads a button template previously saved into a file through the SaveTemplateEx method. This method works like the LoadTemplate method except that this method includes file path information for the binary files used by the button. For further information about button templates support take alook to the How to manage button templates section.
Syntax Visual Basic control.LoadTemplateEx (strFilepath as String) as boolean
Visual C++ BOOL control.LoadTemplateEx (LPCTSTR strFilepath);
Return value
|