HwndHost::IKeyboardInputSink::TranslateChar Method (MSG%, ModifierKeys)
.NET Framework (current version)
For a description of this member, see TranslateChar.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: [SecurityCriticalAttribute] virtual bool TranslateChar( MSG% msg, ModifierKeys modifiers ) sealed = IKeyboardInputSink::TranslateChar
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 processed and OnMnemonic should not be called; 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.
.NET Framework
Available since 3.0
Available since 3.0
Show: