Copyright © 1998-2015 MultiMedia Soft

LoadTemplate method

Previous pageReturn to chapter overviewNext page

Remarks

Loads a 3D control template previously saved into a file through the SaveTemplate or SaveTemplateEx methods.

For further information about button templates support take a look to the section How to manage button templates

 

Syntax

Visual Basic

control.LoadTemplate (strFilepath as String) as boolean

 

Visual C++

BOOL control.LoadTemplate (LPCTSTR strFilepath);

 

Parameter

Description

 

 

strFilepath

String containing the full pathname of the button template that must be loaded.

 

Return value

 

Value

Meaning

 

 

FALSE

The button template was not loaded successfully

TRUE

The button template was loaded successfully