DomainUpDown::DomainUpDownItemCollection::Insert Method (Int32, Object^)
.NET Framework (current version)
Inserts the specified object into the collection at the specified location.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The indexed location within the collection to insert the Object.
- item
-
Type:
System::Object^
The Object to insert.
Implements
IList::Insert(Int32, Object^)
.NET Framework
Available since 1.1
Available since 1.1
Show: