June 2002
Intermediate to advanced
816 pages
28h 12m
English
TextBoxMode
This enumeration is used for the TextBox.TextMode property. It allows
special text box styles, including Password, where all
characters will be displayed as asterisks (*) and MultiLine. MultiLine allows text
on multiple lines and will automatically wrap text as it is entered (if the TextBox.Wrap property is True).
Public Enum TextBoxMode SingleLine = 0 MultiLine = 1 Password = 2 End Enum
System.Object→System.ValueType→ System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→ TextBoxMode
Read now
Unlock full access