PowerTools InputMan for ASP.NET 8.0J
GetItem メソッド
項目のインデックス。
インデックスから項目を取得します。
構文
var instance = new GCIM.GcComboBox(container, id);
var value; // Type: ListItem

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

value = instance.GetItem(index);
function GetItem( 
   index : number
) : ListItem;

パラメータ

index
項目のインデックス。

戻り値

型 : ListItem
ListItemオブジェクト。
参照

GcComboBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.