<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > FixedTableLabel > Method >SetUserClass |
Sets the user class name of a user component.
Prototype :
void SetUserClass
(
string UserClass
)
Arguments :
UserClass |
user class name |
Reference :
The drawing type must be 'user component'.
Example :
This.SetUserClass("Tiff");
Available Events :
OnBind, OnEndBind, OnInitialize, OnStartBind