Microsoft SDK for Java

Control.onKeyPress

Triggers the keyPress event.

Syntax

protected void onKeyPress( KeyPressEvent e )

Parameters

e

An KeyPressEvent object that provides the event data.

Remarks

When overriding this method, call super.onKeyPress.

See Also   addOnKeyPress

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