ArcFM Engine Developer Guide
Add(Object,String) Method


The data object to be associated with this new DropDownItem.
The text to be displayed when this new DropDownItem is displayed.
Adds a new item to the list of dropdown items.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal dataValue As Object, _
   ByVal displayText As String _
) As DropDownItem
'Usage
 
Dim instance As DropDownItemCollection
Dim dataValue As Object
Dim displayText As String
Dim value As DropDownItem
 
value = instance.Add(dataValue, displayText)
public DropDownItem Add( 
   object dataValue,
   string displayText
)

Parameters

dataValue
The data object to be associated with this new DropDownItem.
displayText
The text to be displayed when this new DropDownItem is displayed.

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

DropDownItemCollection Class
DropDownItemCollection Members
Overload List

 

 


Send Comment