MESCIUS InputMan for ASP.NET 10.0J
SetHistoryList メソッド
履歴リストの文字列を格納した配列(string[])。
履歴リストを設定します。
シンタックス
var instance = new GCIM.GcTextBox(container, id);
var value; // Type: any

// パラメータ
var historyList; //タイプ: Array

value = instance.SetHistoryList(historyList);
function SetHistoryList( 
   historyList : Array
) : any;

パラメータ

historyList
履歴リストの文字列を格納した配列(string[])。
使用例
var textBox = FindIMControl("GcTextBox1");
// 以下は同じ結果となります。
textBox.SetHistoryList("履歴1", "履歴2");
textBox.SetHistoryList(["履歴1","履歴2"]);
参照

参照

GcTextBox タイプ

 

 


© MESCIUS inc. All rights reserved.