VBDOS - Objects - Forms - Text Box

TextBox.gif (1193 bytes)    Default:
CtlName = "Text1"
Text = "Text1"

Properties

MultiLine
= {True|False} default = False
ScrollBars
0   None
1 Horizontal
2 Vertical
3 Both
TabIndex
> Properties TabIndex
TabStop
> Properties TabStop
Text
the text in the Text Box
 
If MultiLine = True, Newlines may be added:
Text1.Text = "Hello" + Chr$(13) + Chr$(10)
> Function Chr$

Methods