NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ControlCollection Class

The ControlCollection class provides a collection container that enables a control to maintain a list of its child controls.

Object
   ControlCollection

[Visual Basic]
Public Class ControlCollection
   Implements ICollection, IEnumerable
[C#]
public class ControlCollection : ICollection, IEnumerable
[C++]
public __gc class ControlCollection : public ICollection,
   IEnumerable
[JScript]
public class ControlCollection implements ICollection, IEnumerable

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI

Assembly: System.Web.dll

See Also

ControlCollection Members | System.Web.UI Namespace