Processes a mnemonic character.
charCode The mnemonic character entered.
true if the mnemonic was processed; otherwise, false.
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.