Copyright © 1998-2015 MultiMedia Soft

SaveTemplateEx method

Previous pageReturn to chapter overviewNext page

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

 

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