ArcFM Engine Developer Guide
Add(Object) Method


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

Parameters

dataValue
The data value for the new item.

Return Value

The new DropDownItem created.
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