HwndHost.TranslateAcceleratorCore(MSG, ModifierKeys) メソッド

定義

キーダウン メッセージ レベルでキーボード入力を処理します。

protected:
 virtual bool TranslateAcceleratorCore(System::Windows::Interop::MSG % msg, System::Windows::Input::ModifierKeys modifiers);
[System.Security.SecurityCritical]
protected virtual bool TranslateAcceleratorCore(ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers);
[<System.Security.SecurityCritical>]
abstract member TranslateAcceleratorCore : MSG * System.Windows.Input.ModifierKeys -> bool
override this.TranslateAcceleratorCore : MSG * System.Windows.Input.ModifierKeys -> bool
Protected Overridable Function TranslateAcceleratorCore (ByRef msg As MSG, modifiers As ModifierKeys) As Boolean

パラメーター

msg
MSG

メッセージと関連するデータ。 この構造体は変更しないでください。 これは、パフォーマンス上の理由だけで参照渡しされます。

modifiers
ModifierKeys

修飾子キー。

返品

常に false を返します。

属性

適用対象

こちらもご覧ください