HwndHost::IKeyboardInputSink::OnMnemonic Method (MSG%, ModifierKeys)
.NET Framework (current version)
For a description of this member, see OnMnemonic.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: [SecurityCriticalAttribute] virtual bool OnMnemonic( MSG% msg, ModifierKeys modifiers ) sealed = IKeyboardInputSink::OnMnemonic
Parameters
- msg
-
Type:
System.Windows.Interop::MSG%
The message for the mnemonic and associated data. Do not modify this message structure. It is passed by reference for performance reasons only.
- modifiers
-
Type:
System.Windows.Input::ModifierKeys
Modifier keys.
This member is an explicit interface member implementation. It can be used only when the HwndHost instance is cast to an IKeyboardInputSink interface.
.NET Framework
Available since 3.0
Available since 3.0
Show: