Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
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); 
 
Parameter
Description
 
 
strFilepath
String containing the full pathname of the button template to be loaded
 
Return value 
 
Value
Meaning
FALSE
The button template was not loaded successfully
TRUE
The button template was loaded successfully
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index