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

Removes the specified child control object from the collection.

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

Parameters

value
[To be supplied.]

See Also

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