[]
        
(Showing Draft Content)

C1.Win.Input.C1CheckBox.ProcessMnemonic

ProcessMnemonic Method

ProcessMnemonic(char)

Processes a mnemonic character.

Declaration
protected override bool ProcessMnemonic(char charCode)
Parameters
Type Name Description
char charCode

The character to process.

Returns
Type Description
bool

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

Overrides