PowerTools InputMan for ASP.NET 8.0J
SetShowHistory メソッド
表示する場合はtrue、それ以外はfalse。
履歴リストを表示するかどうかを設定します。
構文
var instance = new GCIM.GcTextBox(container, id);
var value; // Type: any

// パラメータ
var isShowHistory; //タイプ: boolean

value = instance.SetShowHistory(isShowHistory);
function SetShowHistory( 
   isShowHistory : boolean
) : any;

パラメータ

isShowHistory
表示する場合はtrue、それ以外はfalse。
参照

GcTextBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.