Share via


TextBox.Text Property

Outlook Forms Script Reference

Returns or sets a String that specifies text in the control. Read/write.

Syntax

expression.Text

expression   A variable that represents a TextBox object.

Remarks

The default value is a zero-length string ("").

Any value you assign to the Text property is also assigned to the Value property.

The ForeColor property determines the color of the text.

See Also