The Textbox Control allows entry of simple text, useful for headings and areas where a single format is needed. The Textbox Control can also be set to allow entry of text over multiple lines.
Namespace: ReFlex.Website.UserControls namespace Assembly: ReFlex.Website.dll
public partial class TextBox : ContentUserControlBase
TextBox();
<ReFlex:TextBox ID="cmsTextBox" Title="TextBox Example" EditTextMode="MultiLine" runat="server" />