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);
Return value
|