System.Windows.Forms.Button.ProcessMnemonic Method

Processes a mnemonic character.

Syntax

protected override bool ProcessMnemonic (char charCode)

Parameters

charCode
The mnemonic character entered.

Returns

true if the mnemonic was processed; otherwise, false.

Remarks

When overriding Button.ProcessMnemonic(char) in a derived class, be sure to call the base class's Button.ProcessMnemonic(char) to ensure that basic functionality remains unchanged.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0