HwndSource.OnMnemonicCore(MSG, ModifierKeys) Метод

Определение

Вызывается, когда нажата одна из мнемоник (клавиш доступа) данного приемника.

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

Параметры

msg
MSG

Сообщение для мнемоники и связанных данных.

modifiers
ModifierKeys

Клавиши CTRL, SHIFT и ALT.

Возвращаемое значение

true, если сообщение обработано. В противном случае — false.

Атрибуты

Исключения

msg не WM_KEYDOWN, WM_SYSKEYDOWN, WM_CHAR или WM_DEADCHAR.

Применяется к

См. также раздел