Specifies the case of characters in a System.Windows.Forms.TextBox control.
Use the members of this enumeration to set the value of the TextBox.CharacterCasing property of the System.Windows.Forms.TextBox control.
Member Name | Description |
---|---|
Lower |
Converts all characters to lowercase. |
Normal |
The case of characters is left unchanged. |
Upper |
Converts all characters to uppercase. |