Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
LoadTemplate method 
 
Remarks 
Loads a 3D control template previously saved into a file through the SaveTemplate or SaveTemplateEx methods. 
For further information about button templates support take a look to the section How to manage button templates 
 
Syntax 
Visual Basic 
control.LoadTemplate (strFilepath as String) as boolean 
 
Visual C++ 
BOOL control.LoadTemplate (LPCTSTR strFilepath); 
 
Parameter
Description
 
 
strFilepath
String containing the full pathname of the button template that must 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