Control::ControlCollection::RemoveAt Method (Int32)
.NET Framework (current version)
Removes a control from the control collection at the specified indexed location.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The index value of the Control to remove.
Implements
IList::RemoveAt(Int32)The following code example removes the first Control in the Control::ControlCollection of the derived class Panel if the count of the collection is greater than zero. The example requires that you have created a Panel, a Button, and at least one other control on a Form. The other controls are added to the Panel control, and the Panel control added to the Form. When the button is clicked, the first control contained in the panel is removed from the Control::ControlCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: