ArcFM Desktop Developer Guide
RangeComboBox Constructor(IList,Int32,Int32)


Syntax
'Declaration
 
Public Function New( _
   ByVal items As IList, _
   ByVal min As Integer, _
   ByVal max As Integer _
)
'Usage
 
Dim items As IList
Dim min As Integer
Dim max As Integer
 
Dim instance As New RangeComboBox(items, min, max)
public RangeComboBox( 
   IList items,
   int min,
   int max
)

Parameters

items
min
max
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

RangeComboBox Class
RangeComboBox Members
Overload List

 

 


Send Comment