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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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







TableCellsCollectionEditor

System.Web.UI.Design.WebControls (system.design.dll)class

This class is a System.Drawing.Design.UITypeEditor
that provides a graphical interface for adding
System.Web.UI.WebControls.TableCell objects to a
System.Web.UI.WebControls.TableRow at design time.
The same window also allows you to configure
System.Web.UI.WebControls.TableCell properties.
This designer is accessed through the
TableRowsCollectionEditor.

public class 

TableCellsCollectionEditor : System.ComponentModel.Design.CollectionEditor {
// Public Constructors
public

TableCellsCollectionEditor (Type

type );
// Protected Instance Methods
protected override bool

CanSelectMultipleInstances ( );
// overrides System.ComponentModel.Design.CollectionEditor

protected override object

CreateInstance (Type

itemType ); // overrides System.ComponentModel.Design.CollectionEditor
}



Hierarchy


System.Object
System.Drawing.Design.UITypeEditor

System.ComponentModel.Design.CollectionEditor
TableCellsCollectionEditor

/ 873