Microsoft SDK for Java

Control.getInputChar

Retrieves a boolean value indicating whether the control processes the specified character itself.

Syntax

protected boolean getInputChar( char charCode )

Parameters

charCode

The character to test. You can specify a constant defined in the Key class for this parameter.

Return Value

Returns true if the control will process the character specified by charCode; returns false if the system will process the character.

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