Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
SaveTemplateEx method 
 
Remarks 
Saves an extended 3D control template into a file. 
This method extends the SaveTemplate method by saving extra information about the binary files paths (pictures, sounds and cursor) and control positioning. 
For further information about button templates support take a look to the section How to manage 3D control templates 
 
Syntax 
 
[Visual Basic] 
Public Function SaveTemplateEx(strFilepath as String) As Bool 
 
[C#] 
public bool SaveTemplateEx(string strFilepath); 
 
[C++] 
public: bool SaveTemplateEx(String* strFilepath); 
 
Parameter
Description
 
 
strFilepath
String containing the full pathname of the control template that must be saved
 
Return value 
 
Value
Meaning
 
 
False
The button template was not saved successfully
True
The button template was saved successfully
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index