Processes a key message.
protected boolean processKeyMessage( Message m )
m
The Win32 message to process.
Returns true if the message was handled; otherwise, returns false.
When overriding the processKeyMessage method, a control should return true to indicate that it has processed the message. For messages that aren't processed by the control, the control should return the result of the super.processKeyMessage method.