ArcFM Desktop Developer Guide
Max Property (RangeComboBox)


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