HwndHost.OnMnemonicCore(MSG, ModifierKeys) Method

Definition

Called when one of the mnemonics (access keys) for this sink is invoked.

[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);

Parameters

msg
MSG

The message for the mnemonic and associated data.

modifiers
ModifierKeys

Modifier keys.

Returns

Always returns false.

Attributes

Applies to

See also