Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.processMnemonic

Processes a mnemonic character.

Syntax

protected boolean processMnemonic( char charCode )

Parameters

charCode

The character to test.

Return Value

Returns true if the control used charCode as a mnemonic; otherwise, returns false.

Remarks

When overriding the processMnemonic method, a control should return true to indicate that it has used the specified character as a mnemonic. For characters that aren't used as mnemonics, the control should return the result of the super.processMnemonic method.