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