Gets or sets the behavior mode (single-line, multiline, or password) of the System.Web.UI.WebControls.TextBox control.
Documentation for this section has not yet been entered.
Use the TextBox.TextMode property to specify whether a System.Web.UI.WebControls.TextBox control is displayed as a single-line, multiline, or password text box.
When the System.Web.UI.WebControls.TextBox control is in multiline mode, you can control the number of rows displayed by setting the TextBox.Rows property. You can also specify whether the text should wrap by setting the TextBox.Wrap property.
If the System.Web.UI.WebControls.TextBox control is in password mode, all characters entered in the control are masked.
This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.