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::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:
© 2017 Microsoft