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: