DomainUpDown::DomainUpDownItemCollection::Remove Method (Object^)

 

Removes the specified item from the collection.

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

public:
virtual void Remove(
	Object^ item
) override

Parameters

item
Type: System::Object^

The Object to remove from the collection.

You can also remove an Object that you have previously added by using the RemoveAt 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: