[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.C1SuperLabelBase.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