ArcFM Desktop Developer Guide
AddRange Method (DropDownList)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The list of DropDownItem objects to be added to the DropDownList.
Adds a group of DropDownItem objects to the DropDownList.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items() As DropDownItem _
) 
'Usage
 
Dim instance As DropDownList
Dim items() As DropDownItem
 
instance.AddRange(items)
public void AddRange( 
   DropDownItem[] items
)

Parameters

items
The list of DropDownItem objects to be added to the DropDownList.
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

 

 


Send Comment