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.Add

Adds the specified Control object to the collection. The new child is logically added to the end of an ordinal index array.

[Visual Basic]
Overridable Public Sub Add( _
   ByVal child As Control _
)
[C#]
public virtual void Add(
   Control child
);
[C++]
public: virtual void Add(
   Control* child
);
[JScript]
public function Add(
   child : Control
);

Parameters

child
The Control object to add to the collection.

See Also

ControlCollection Class | ControlCollection Members | System.Web.UI Namespace