DomainUpDown::DomainUpDownItemCollection::Insert Method (Int32, Object^)

 

Inserts the specified object into the collection at the specified location.

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

public:
virtual void Insert(
	int index,
	Object^ item
) override

Parameters

index
Type: System::Int32

The indexed location within the collection to insert the Object.

item
Type: System::Object^

The Object to insert.

You can also add a new Object to the collection by using the Add method.

To remove an Object that you have previously added, use the Remove or RemoveAt methods.

.NET Framework
Available since 1.1
Return to top
Show: