ArcFM Desktop Developer Guide
Add(DropDownItem) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The DropDownItem object to add to the DropDownList.
Adds a DropDownItem to the DropDownList.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal item As DropDownItem _
) As DropDownItem
'Usage
 
Dim instance As DropDownList
Dim item As DropDownItem
Dim value As DropDownItem
 
value = instance.Add(item)
public DropDownItem Add( 
   DropDownItem item
)

Parameters

item
The DropDownItem object to add to the DropDownList.

Return Value

The DropDownItem object specified.
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

DropDownList Class
DropDownList Members
Overload List

 

 


Send Comment