ElementHost::ProcessMnemonic Method (Char)
.NET Framework (current version)
Processes a mnemonic character, ensuring that the hosted element has an opportunity to handle the mnemonic before normal Windows Forms processing.
Assembly: WindowsFormsIntegration (in WindowsFormsIntegration.dll)
Parameters
- charCode
-
Type:
System::Char
The character to process.
Return Value
Type: System::Booleantrue if the character is a Windows Presentation Foundation (WPF) shortcut key; otherwise, false.
If a key message is not handled by the hosted WPF element, it is forwarded up the Windows Forms class hierarchy for processing.
SecurityAction::LinkDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
.NET Framework
Available since 3.0
Available since 3.0
Show: