PowerTools InputMan for ASP.NET 8.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 オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.