ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









LiteralText.NET 1.1, disposable

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

This control is created to represent literal text found inside a
container control (like a Form or
Panel). You can use a
LiteralText control to programmatically add
content to a form, although it is generally more common to use a
Label control.

public class 

LiteralText : PagedControl {
// Public Constructors
public

LiteralText ( );
// Public Instance Properties
public string

PagedText {get; }
public string

Text {set; get; }
// Protected Instance Properties
protected override int

InternalItemCount {get; } // overrides PagedControl
protected override int

ItemWeight {get; } // overrides PagedControl
}



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)
PagedControl
LiteralText

Returned By


System.Web.UI.MobileControls.Adapters.HtmlLiteralTextAdapter.Control,
System.Web.UI.MobileControls.Adapters.WmlLiteralTextAdapter.Control


/ 873