EmptyControlCollection

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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net