System.Web.UI.WebControls.TextBox.Wrap Property

Gets or sets a value indicating whether the text content wraps within a multiline text box.

Syntax

[System.ComponentModel.DefaultValue(true)]
public virtual bool Wrap { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the TextBox.Wrap property to specify whether the text displayed in a multiline System.Web.UI.WebControls.TextBox control automatically continues on the next line when the text reaches the end of the control.

Note:

This property is applicable only when the TextBox.TextMode property is set to TextBoxMode.MultiLine.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0