リストのスタイルを定義したテンプレートを設定します。
シンタックス
var instance = new GCIM.ComboListBox();
var value; // Type: any
// パラメータ
var templateName; //タイプ: string
value = instance.LoadTemplate(templateName);
function LoadTemplate(
: string
) : any;
パラメータ
- templateName
- テンプレートの名前("default"、"simple1"、"simple2"、"simple3"、"simple4"、"simple5"、"classic1"、"classic2"、"classic3"、"classic4")。
参照