Overview | Methods | This Package | All Packages
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