Microsoft SDK for Java

Edit.setCharacterCasing

Sets a value indicating whether the edit control modifies the case of characters as they are typed into the control.

Syntax

public final void setCharacterCasing( int value )

Parameters

value

An integer that specifies whether the edit control modifies the case of characters as they are typed into the control. Possible return values are constants defined in the CharacterCasing class. The default value is CharacterCasing.NORMAL.

Exceptions

WFCInvalidEnumException thrown if the specified value is not a valid CharacterCasing constant.

See Also   getCharacterCasing

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