MESCIUS InputMan for ASP.NET 10.0J
InsertItemTemplate メソッド
挿入する位置のインデックス。
ItemTemplateオブジェクト。
指定の位置に項目スタイルを定義するItemTemplateオブジェクトを挿入します。
シンタックス
var instance = new GCIM.GcListBox(container, id);
var value; // Type: any

// パラメータ
var index; //タイプ: number
var item; //タイプ: ItemTemplate

value = instance.InsertItemTemplate(index, item);
function InsertItemTemplate( 
   index : number,
   item : ItemTemplate
) : any;

パラメータ

index
挿入する位置のインデックス。
item
ItemTemplateオブジェクト。
参照

参照

GcListBox タイプ

 

 


© MESCIUS inc. All rights reserved.