Sets a value indicating whether the edit control modifies the case of characters as they are typed into the control.
public final void setCharacterCasing( int value )
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.
WFCInvalidEnumException thrown if the specified value is not a valid CharacterCasing constant.
See Also getCharacterCasing