Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
SaveTemplate method 
 
Remarks 
Saves a button template into a file. 
For further information about button templates, see How to manage button templates 
 
Syntax 
Visual Basic 
control.SaveTemplate (strFilepath as String) as boolean 
 
Visual C++ 
BOOL control.SaveTemplate (LPCTSTR strFilepath); 
 
Parameter
Description
 
 
strFilepath
String containing the full pathname of the button 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 © 1998-2006 MultiMedia Soft 
Return to index