March 2003
Intermediate to advanced
896 pages
32h 35m
English
CharacterCasing
This enumeration allows you to specify that a
TextBox control should force the case of
characters typed into it, through the
TextBox.CharacterCasing property.
public enum CharacterCasing { Normal = 0, Upper = 1, Lower = 2 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ CharacterCasing
TextBox.CharacterCasing
TextBox.CharacterCasing
Read now
Unlock full access