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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









TableStylemarshal by reference, disposable

noshade="true" align="left" color="black">
System.Web.UI.WebControls (system.web.dll)class

The TableStyle class is primarily used by control
developers. It encapsulates some of the formatting options that can
be applied to an HTML table. These options correspond to properties
of the Table class.

public class 

TableStyle : Style {
// Public Constructors
public

TableStyle ( );
public

TableStyle (System.Web.UI.StateBag

bag );
// Public Instance Properties
public virtual string

BackImageUrl {set; get; }
public virtual int

CellPadding {set; get; }
public virtual int

CellSpacing {set; get; }
public virtual GridLines

GridLines {set; get; }
public virtual HorizontalAlign

HorizontalAlign {set; get; }
// Public Instance Methods
public override void

AddAttributesToRender (System.Web.UI.HtmlTextWriter

writer , WebControl

owner );
// overrides Style
public override void

CopyFrom (Style

s ); // overrides Style
public override void

MergeWith (Style

s ); // overrides Style
public override void

Reset ( ); // overrides Style
}



Hierarchy


System.Object
System.MarshalByRefObject

System.ComponentModel.Component(System.ComponentModel.IComponent,
System.IDisposable)

Style(System.Web.UI.IStateManager)
TableStyle


/ 873