PowerTools InputMan for ASP.NET 8.0J
InsertShortcutKey メソッド
追加する位置のインデックス。
ショートカットキー。
コレクションの指定の位置にショートカットキーを追加します。
構文
var instance = new GCIM.GcShortcut(id);
var value; // Type: any

// パラメータ
var index; //タイプ: number
var key; //タイプ: string

value = instance.InsertShortcutKey(index, key);
function InsertShortcutKey( 
   index : number,
   key : string
) : any;

パラメータ

index
追加する位置のインデックス。
key
ショートカットキー。
参照

GcShortcut オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.