HwndHost::TranslateCharCore Method (MSG%, ModifierKeys)
.NET Framework (current version)
Processes WM_CHAR, WM_SYSCHAR, WM_DEADCHAR, and WM_SYSDEADCHAR input messages before the OnMnemonic method is called.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: [SecurityCriticalAttribute] [UIPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)] virtual bool TranslateCharCore( 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: