A Text Box control is used for text display and editing. You can modify the properties of the control to customize characteristics such as the location, the size, the wrapping behavior and the text of the Text Box control. Use the following procedure to add a Text Box control to a form.

To add a Text Box control to a form

  1. Ensure that the Form Customization Toolbox pane is open and that the form that you want to customize in open in the authoring pane.

  2. Drag the Text Box icon from the Form Customization Toolbox window to the form. Click the Text Box control on the form.

  3. In the Details pane, select the Binding Path property. Click the ellipsis () icon, and then in the Binding Path dialog box, select the class property that you want the Text Box control to bind to.

  4. Select the Text property. Select the default Text Box string value and replace it. Note that the new string value that you entered now appears on the form.

  5. Select the Accepts the ENTER key property and set its value to True. In the deployed form, this value lets users enter multiple lines of text.

  6. Click any other property such as Horizontal Scroll Bar Visibility and Maximum Lines in the Details pane to customize other properties of the Text Box control.

  7. Click File, and then click Save All to save the custom form to a management pack.