Copyright © 1998-2015 MultiMedia Soft

SaveTemplate method

Previous pageReturn to chapter overviewNext page

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