PowerTools InputMan for ASP.NET 8.0J
SetText メソッド
ボタンに表示する文字列。
ファンクションキーボタンに表示する文字列を設定します。
構文
var instance = new GCIM.FunctionKeyButton(functionKeys, text);
var returnValue; // Type: any

// パラメータ
var value; //タイプ: string

returnValue = instance.SetText(value);
function SetText( 
   value : string
) : any;

パラメータ

value
ボタンに表示する文字列。
参照

FunctionKeyButton オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.