Text Box Controls Overview
Text box controls are similar string controls. You can enter text into the text box controls and you can control them programmatically. However, they are designed to handle more information than a string control, so text box controls also feature line, word, and character wrap modes, as well as scroll bars to display large amounts of text. A sample text box control appears in the following figure.