GrapeCity InputMan for Windows Forms 10.0J
ActionExecutingEventArgs コンストラクタ

ショートカットアクションを実行するターゲット。
実行するショートカットアクションの名前。
実行するショートカットアクションのショートカットキー。
ショートカットアクションが実行される場合は。それ以外の場合はfalse
指定したデータを含むクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal target As Control, _
   ByVal actionName As String, _
   ByVal shortcutKey As Keys, _
   ByVal canExecute As Boolean _
)
public ActionExecutingEventArgs( 
   Control target,
   string actionName,
   Keys shortcutKey,
   bool canExecute
)

パラメータ

target
ショートカットアクションを実行するターゲット。
actionName
実行するショートカットアクションの名前。
shortcutKey
実行するショートカットアクションのショートカットキー。
canExecute
ショートカットアクションが実行される場合は。それ以外の場合はfalse
参照

ActionExecutingEventArgs クラス
ActionExecutingEventArgs メンバ

 

 


© 2004 GrapeCity inc. All rights reserved.