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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









DataListComponentEditor

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

This class provides a custom
System.ComponentModel.ComponentEditor used to edit
complex property information for the
System.Web.UI.WebControls.DataList in a special
graphical window with multiple pages. This window can be displayed by
choosing "Property Builder" from
the context menu.

public class 

DataListComponentEditor : BaseDataListComponentEditor {
// Public Constructors
public

DataListComponentEditor ( );
public

DataListComponentEditor (int

initialPage );
// Protected Instance Methods
protected override Type[ ]

GetComponentEditorPages ( );
// overrides System.Windows.Forms.Design.WindowsFormsComponentEditor
}



Hierarchy


System.Object
System.ComponentModel.ComponentEditor

System.Windows.Forms.Design.WindowsFormsComponentEditor
BaseDataListComponentEditor
DataListComponentEditor


/ 873