TextControl Class

The base TextControl class is an abstract class from which concrete text-based controls are derived.

public abstract class System.Web.UI.MobileControls.TextControl : 
   System.Web.UI.MobileControls.MobileControl

Remarks

The TextBox, Label, Link, and Command controls are examples of controls derived from the TextControl class.

Every control that is based on the TextControl class has a Text property, which can be programmatically modified. The Text property is usually used to render the control.

Requirements

Namespace: System.Web.UI.MobileControls

Assembly: System.Web.Mobile