バージョン

CommandWrapper コンストラクタ(RoutedCommand,Int64,Int64,InputGesture)

新しい CommandWrapper を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal command As RoutedCommand, _
   ByVal stateDisallowed As Long, _
   ByVal stateRequired As Long, _
   ByVal inputGesture As InputGesture _
)
public CommandWrapper( 
   RoutedCommand command,
   long stateDisallowed,
   long stateRequired,
   InputGesture inputGesture
)

パラメータ

command
ラップするためのコマンド。
stateDisallowed
このコマンドがアクティブになることを防止する状態を指定するビット フラグ。
stateRequired
このコマンドがアクティブになるために必要となる状態を指定するビット フラグ。
inputGesture
このコマンドをトリガーするための入力ジェスチャ
参照