WebBrowserBase.ProcessMnemonic(Char) Method

Definition

Processes a mnemonic character.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

charCode
Char

The character to process.

Returns

true if the character was processed as a mnemonic by the control; otherwise, false.

Applies to