HwndHost::OnMnemonicCore Method (MSG%, ModifierKeys)

.NET Framework (current version)
 

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

Namespace:   System.Windows.Interop
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
[SecurityCriticalAttribute]
[UIPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)]
virtual bool OnMnemonicCore(
	MSG% msg,
	ModifierKeys modifiers
)

Parameters

msg
Type: System.Windows.Interop::MSG%

The message for the mnemonic and associated data.

modifiers
Type: System.Windows.Input::ModifierKeys

Modifier keys.

Return Value

Type: System::Boolean

Always returns false.

.NET Framework
Available since 4.0
Return to top
Show: