Processes key preview messages.
protected boolean processKeyPreview( Message m )
m
The Win32 message to process.
Returns true if the message was handled.
When overriding the processKeyPreview 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.processKeyPreview method.