Copyright © 2003-2024 MultiMedia Soft

SaveTemplate method

Previous pageReturn to chapter overviewNext page

Remarks

Saves a normal 3D control template into a file.

For further information about 3D control templates support take a look to the section How to manage 3D control templates

 

Syntax

 

[Visual Basic]

Public Function SaveTemplate(strFilepath as String) As Bool

 

[C#]

public bool SaveTemplate(string strFilepath);

 

[C++]

public: bool SaveTemplate(String* strFilepath);

 

Parameter

Description

 

 

strFilepath

String containing the full pathname of the control template that must be saved

 

Return value

 

Value

Meaning

 

 

False

The button template was not saved successfully

True

The button template was saved successfully