HwndHost::TranslateAcceleratorCore Method (MSG%, ModifierKeys)
.NET Framework (current version)
Processes keyboard input at the keydown message level.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: [SecurityCriticalAttribute] [UIPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)] virtual bool TranslateAcceleratorCore( 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.
.NET Framework
Available since 4.0
Available since 4.0
Show: