Specifies the case of characters in a System.WinForms.Textbox control.
[Visual Basic] Public Enum CharacterCasing [C#] public enum CharacterCasing [C++] public enum CharacterCasing
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use the members of this enumeration to set the value of the CharacterCasing property of the 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. |
Namespace: System.WinForms
Assembly: System.WinForms.dll