SaveTemplateEx method |
|
Remarks Saves a button 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 see How to manage button templates.
Syntax Visual Basic control.SaveTemplate (strFilepath as String) as boolean
Visual C++ BOOL control.SaveTemplate (LPCTSTR strFilepath);
Return value
|