HwndHost.IKeyboardInputSink.TranslateAccelerator Method (MSG, ModifierKeys)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
For a description of this member, see TranslateAccelerator.
Assembly: PresentationFramework (in PresentationFramework.dll)
[SecurityCriticalAttribute] bool IKeyboardInputSink.TranslateAccelerator( ref MSG msg, ModifierKeys modifiers )
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: