Copyright © 2003-2005 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 3D control templates support take a look to the section How to manage 3D control templates 
 
Syntax 
 
[Visual Basic] 
Public Function LoadTemplate(strFilepath as String) As Bool 
 
[C#] 
public bool LoadTemplate(string strFilepath); 
 
[C++] 
public: bool LoadTemplate(String* strFilepath); 
 
Parameter
Description
 
 
strFilepath
String containing the full pathname of the button template that must be loaded.
 
Return value 
 
Value
Meaning
 
 
False
The control template was not loaded successfully
True
The control template was loaded successfully
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index