ArcFM Engine Developer Guide
Add(DropDownItem) Method


The new drop down item to be added.
Adds a new item to the list of dropdown items.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal item As DropDownItem _
) 
'Usage
 
Dim instance As DropDownItemCollection
Dim item As DropDownItem
 
instance.Add(item)
public void Add( 
   DropDownItem item
)

Parameters

item
The new drop down item to be added.

Return Value

The new drop down item.
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
Overload List

 

 


Send Comment