Microsoft SDK for Java

Control.processKeyEvent

Processes a key message and generates the appropriate control events.

Syntax

protected boolean processKeyEvent( Message m )

Parameters

m

The Win32 message to process.

Return Value

Returns true if the message was handled.

Remarks

This handles double-byte character set (DBCS)/Unicode conversions.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.