MESCIUS InputMan for ASP.NET 10.0J
SetSelectedIndices メソッド
The selected indexed and should be string or Array.
複数の項目を選択します。
シンタックス
var instance = new GCIM.GcListBox(container, id);
var value; // Type: any

// パラメータ
var indexes; //タイプ: any

value = instance.SetSelectedIndices(indexes);
function SetSelectedIndices( 
   indexes : any
) : any;

パラメータ

indexes
The selected indexed and should be string or Array.
使用例
// インデックス0、2および3の項目を選択します。
var list = FindIMControl("GcListBox1");
list.SetSelectionMode("multisimple");
list.SetSelectedIndices(0, 2, 3);
参照

参照

GcListBox タイプ

 

 


© MESCIUS inc. All rights reserved.