PowerTools InputMan for ASP.NET 8.0J
SetSelectedItem メソッド
選択する項目。
項目を選択します。
構文
var instance = new GCIM.GcListBox(container, id);
var value; // Type: any

// パラメータ
var item; //タイプ: ListItem

value = instance.SetSelectedItem(item);
function SetSelectedItem( 
   item : ListItem
) : any;

パラメータ

item
選択する項目。
参照

GcListBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.