ArcFM Desktop Developer Guide
AddRange Method (DropDownItemCollection)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Adds a group of items to the dropdown list.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal dropDownItems() As DropDownItem _
) 
'Usage
 
Dim instance As DropDownItemCollection
Dim dropDownItems() As DropDownItem
 
instance.AddRange(dropDownItems)
public void AddRange( 
   DropDownItem[] dropDownItems
)

Parameters

dropDownItems
The group of items to add.
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