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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









EmptyControlCollection

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

This class represents a collection of controls that is always empty.
Using the Add( ) method will trigger an exception.

public class 

EmptyControlCollection : ControlCollection {
// Public Constructors
public

EmptyControlCollection (Control

owner );
// Public Instance Methods
public override void

Add (Control

child ); // overrides ControlCollection
public override void

AddAt (int

index , Control

child ); // overrides ControlCollection
}



Hierarchy


System.Object
ControlCollection(System.Collections.ICollection,
System.Collections.IEnumerable)


EmptyControlCollection


/ 873