TextBox.TextMode Property
Assembly: System.Web (in system.web.dll)
[ThemeableAttribute(false)] public: virtual property TextBoxMode TextMode { TextBoxMode get (); void set (TextBoxMode value); }
/** @property */ public TextBoxMode get_TextMode () /** @property */ public void set_TextMode (TextBoxMode value)
public function get TextMode () : TextBoxMode public function set TextMode (value : TextBoxMode)
Property Value
One of the TextBoxMode enumeration values. The default value is SingleLine.Use the TextMode property to specify whether a TextBox control is displayed as a single-line, multiline, or password text box.
When the TextBox control is in multiline mode, you can control the number of rows displayed by setting the Rows property. You can also specify whether the text should wrap by setting the Wrap property.
If the 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 ThemeableAttribute and ASP.NET Themes and Skins Overview.
| Topic | Location |
|---|---|
| How to: Get and Set Values in TextBox Web Server Controls | Building ASP .NET Web Applications |
| How to: Set a TextBox Web Server Control for Password Entry | Building ASP .NET Web Applications |
| How to: Get and Set Values in TextBox Web Server Controls | Building ASP .NET Web Applications |
| How to: Set a TextBox Web Server Control for Password Entry | Building ASP .NET Web Applications |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.