PowerTools InputMan for ASP.NET 8.0J
ShortcutAction オブジェクト
ショートカット動作を定義します。.
使用例
// ショートカット動作の設定例です。
var shortcut = FindIMControl("GcShortcut1");
var date = FindIMControl("GcDate1");
var shortcutaction = new GCIM.ShortcutAction();
shortcutaction.SetAction("clear");
shortcutaction.SetFunction(function(){date.SetForeColor("red");});
shortcut.AddShortcut(date, "ctrl,f2", shortcutaction);
コンストラクタ
 名前解説
public コンストラクタShortcutAction コンストラクタショートカット動作を定義します。.  
トップ
メソッド
 名前解説
public メソッドGetActionショートカットキーに割り当てられている動作を取得します。  
public メソッドGetFunctionショートカットキーに割り当てられているクライアント側スクリプトを取得します。  
public メソッドSetActionショートカットキーに割り当てる動作を設定します。  
public メソッドSetFunctionショートカットキーに割り当てるクライアント側スクリプトを設定します。  
トップ
参照

GCIM 名前空間

 

 


© 2005-2015 GrapeCity inc. All rights reserved.