[]
        
(Showing Draft Content)

C1.Win.InputPanel.C1InputPanel.ProcessMnemonic

ProcessMnemonic Method

ProcessMnemonic(char)

Handle mnemonic keys.

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

Code of the mnemonic key that was pressed.

Returns
Type Description
bool

True if the key was handled, false otherwise.

Overrides