ElementHost.ProcessMnemonic(Char) Method

Definition

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

protected:
 override bool ProcessMnemonic(char charCode);
protected override bool ProcessMnemonic (char charCode);
override this.ProcessMnemonic : char -> bool
Protected Overrides Function ProcessMnemonic (charCode As Char) As Boolean

Parameters

charCode
Char

The character to process.

Returns

true if the character is a Windows Presentation Foundation (WPF) shortcut key; otherwise, false.

Remarks

If a key message is not handled by the hosted WPF element, it is forwarded up the Windows Forms class hierarchy for processing.

Applies to

See also