Control.processKeyMessage

Overview | Methods | Fields | This Package | All Packages

Control.processKeyMessage

Processes a key message.

Syntax

protected boolean processKeyMessage( Message m )

Parameters

m

The Win32 message to process.

Return Value

Returns true if the message was handled; otherwise, returns false.

Remarks

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.