Microsoft SDK for Java

KeyEvent.handled

Specifies whether the event is handled.

Syntax

public boolean handled;

Remarks

If the event is not handled, the message is passed on for default Windows processing. If you do not want the message to be passed on for default processing, set handled to true.

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