TextBox class

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

Syntax

public partial class TextBox : ContentUserControlBase

Constructors

TextBox();

Examples

<ReFlex:TextBox ID="cmsTextBox" Title="TextBox Example" EditTextMode="MultiLine" runat="server" />