Text Property

The Text property gets or sets the text associated with the control.

Remarks

The Text property of the control is used differently by each derived class. For example the Text property of a Form is displayed in the title bar. However, the Text property of a TextBox represents current text entered in the box.

See Also

Control Object

Form Object

TextBox Object