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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









TextViewElement.NET 1.1

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

The TextViewElement represents a portion of the
text of a TextView, which is split automatically
to accomodate the size of the client's pages. You
can access individual TextViewElement instances
using the TextView.GetElement( ) method (and
supplying an index number), and you can use
TextView properties like
TextView.FirstVisibleElementIndex and
TextView.LastVisibleElementIndex to examine the
pagination that has been applied automatically. You can also
determine the formatting and text in a given element by examining
properties like Text, IsBold,
and IsItalic.

public class 

TextViewElement {
// Public Instance Properties
public bool

BreakAfter {get; }
public bool

IsBold {get; }
public bool

IsItalic {get; }
public string

Text {get; }
public string

Url {get; }
}



Returned By


TextView.GetElement( )


/ 873