MESCIUS InputMan for ASP.NET 10.0J
InsertFunctionKeyButton メソッド
指定の位置のインデックス。
定義済みのファンクションキーボタンオブジェクト。
指定の位置にファンクションキーボタンを追加します。
シンタックス
var instance = new GCIM.GcFunctionKey(container, id);
var value; // Type: any

// パラメータ
var index; //タイプ: number
var item; //タイプ: FunctionKeyButton

value = instance.InsertFunctionKeyButton(index, item);
function InsertFunctionKeyButton( 
   index : number,
   item : FunctionKeyButton
) : any;

パラメータ

index
指定の位置のインデックス。
item
定義済みのファンクションキーボタンオブジェクト。
参照

参照

GcFunctionKey タイプ

 

 


© MESCIUS inc. All rights reserved.