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