ArcFM Desktop Developer Guide
Min Property (RangeComboBox)


The amount of items to include below the selected item. If the selected item is at index 3, and this value was 2, the selected item and the 2 items below it would be displayed.
Syntax
'Declaration
 
Public Property Min As Integer
'Usage
 
Dim instance As RangeComboBox
Dim value As Integer
 
instance.Min = value
 
value = instance.Min
public int Min {get; set;}
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

 

 


Send Comment