Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DomainUpDown::DomainUpDownItemCollection::RemoveAt Method (Int32)

 

Removes the item from the specified location in the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual void RemoveAt(
	int item
) override

Parameters

item
Type: System::Int32

The indexed location of the Object in the collection.

You can also remove an Object that you have previously added by using the Remove method.

To add a new Object to the collection, use the Insert or Add methods.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft