ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 593
نمايش فراداده

Label.NET 1.1, disposable

System.Web.UI.MobileControls (system.web.mobile.dll)class

This class represents a label control, which allows you to place text on a page and modify it later using the Text property. The Label control does not support internal paging, and thus must be contained on a single page. If you need to use a text control that supports a large amount of text and provides paging, use the TextView control instead.

public class 

Label : TextControl { // Public Constructors public

Label ( ); }

Hierarchy

System.Object System.Web.UI.Control(System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IDataBindingsAccessor) MobileControl(System.Web.UI.IAttributeAccessor) TextControl Label