ArcFM Engine Developer Guide
Insert Method (DropDownItemCollection)


The location in the list where to insert.
Inserts an item into the list.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal dropDownItem As DropDownItem, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As DropDownItemCollection
Dim dropDownItem As DropDownItem
Dim index As Integer
 
instance.Insert(dropDownItem, index)
public void Insert( 
   DropDownItem dropDownItem,
   int index
)

Parameters

dropDownItem
The item to insert/
index
The location in the list where to insert.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DropDownItemCollection Class
DropDownItemCollection Members

 

 


Send Comment