KeyBinding コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
KeyBinding クラスの新しいインスタンスを初期化します。
オーバーロード
KeyBinding() |
KeyBinding クラスの新しいインスタンスを初期化します。 |
KeyBinding(ICommand, KeyGesture) |
指定した KeyBinding と ICommand を使用して、KeyGesture クラスの新しいインスタンスを初期化します。 |
KeyBinding(ICommand, Key, ModifierKeys) |
指定した KeyBinding と指定した ICommand および Key に変換される ModifierKeys を使用して、KeyGesture クラスの新しいインスタンスを初期化します。 |
KeyBinding()
KeyBinding クラスの新しいインスタンスを初期化します。
public:
KeyBinding();
public KeyBinding ();
Public Sub New ()
こちらもご覧ください
- KeyBinding
- MouseBinding
- RoutedCommand
- CommandBinding
- KeyGesture
- MouseGesture
- InputGesture
- InputBinding
適用対象
KeyBinding(ICommand, KeyGesture)
指定した KeyBinding と ICommand を使用して、KeyGesture クラスの新しいインスタンスを初期化します。
public:
KeyBinding(System::Windows::Input::ICommand ^ command, System::Windows::Input::KeyGesture ^ gesture);
public KeyBinding (System.Windows.Input.ICommand command, System.Windows.Input.KeyGesture gesture);
new System.Windows.Input.KeyBinding : System.Windows.Input.ICommand * System.Windows.Input.KeyGesture -> System.Windows.Input.KeyBinding
Public Sub New (command As ICommand, gesture As KeyGesture)
パラメーター
- command
- ICommand
gesture
に関連付けるコマンド。
- gesture
- KeyGesture
command
に関連付けるキーの組み合わせ。
例外
command
または gesture
が null
です。
こちらもご覧ください
- KeyBinding
- MouseBinding
- RoutedCommand
- CommandBinding
- KeyGesture
- MouseGesture
- InputGesture
- InputBinding
適用対象
KeyBinding(ICommand, Key, ModifierKeys)
指定した KeyBinding と指定した ICommand および Key に変換される ModifierKeys を使用して、KeyGesture クラスの新しいインスタンスを初期化します。
public:
KeyBinding(System::Windows::Input::ICommand ^ command, System::Windows::Input::Key key, System::Windows::Input::ModifierKeys modifiers);
public KeyBinding (System.Windows.Input.ICommand command, System.Windows.Input.Key key, System.Windows.Input.ModifierKeys modifiers);
new System.Windows.Input.KeyBinding : System.Windows.Input.ICommand * System.Windows.Input.Key * System.Windows.Input.ModifierKeys -> System.Windows.Input.KeyBinding
Public Sub New (command As ICommand, key As Key, modifiers As ModifierKeys)
パラメーター
- command
- ICommand
呼び出すコマンド。
- key
- Key
command
に関連付けるキー。
- modifiers
- ModifierKeys
command
に関連付ける変換キー。
こちらもご覧ください
- KeyBinding
- MouseBinding
- RoutedCommand
- CommandBinding
- KeyGesture
- MouseGesture
- InputGesture
- InputBinding
適用対象
.NET