ElementHost::ProcessMnemonic Method (Char)

 

Processes a mnemonic character, ensuring that the hosted element has an opportunity to handle the mnemonic before normal Windows Forms processing.

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

protected:
virtual bool ProcessMnemonic(
	wchar_t charCode
) override

Parameters

charCode
Type: System::Char

The character to process.

Return Value

Type: System::Boolean

true 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
Return to top
Show: