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!

Control.ControlCollection.Remove (Int32)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Sub Remove( _
   ByVal index As Integer _
)
[C#]
public virtual void Remove(
   int index
);
[C++]
public: virtual void Remove(
   int index
);
[JScript]
public function Remove(
   index : int
);

Parameters

index
[To be supplied.]

See Also

Control.ControlCollection Class | Control.ControlCollection Members | System.WinForms Namespace | Control.ControlCollection.Remove Overload List