Share via


TEXTMODE Attribute | TextMode Property

Sets or retrieves a value that indicates the type of text entered by the user.

Syntax

ASP <tagPrefix:TOOLBARTEXTBOX TEXTMODE = sTextMode ... >
Script [ sTextMode = ] TOOLBARTEXTBOX.TextMode

Possible Values

tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive.
sTextMode ToolbarTextBoxMode specifying one of the following values:
SingleLineDefault. Single-line entry mode.
PasswordPassword entry mode—text is not displayed as the user enters it.

The property is read/write. The property has a default value of SingleLine.

Applies To

TOOLBARTEXTBOX

See Also

Internet Explorer WebControls, About the Toolbar WebControl