IRangeBase Interface Members
In This Topic
The following tables list the members exposed by IRangeBase.
Public Methods
| Name | Description |
| getMax | Gets the highest possible value of the range element. |
| getMin | Gets the minimum possible value of the range element. |
| getSmallChange | Gets a value to be added to or subtracted from the value of a RangeBase control. |
| setMax | Sets the highest possible value of the range element. |
| setMin | Sets the minimum possible value of the range element. |
| setSmallChange | Sets a value to be added to or subtracted from the value of a RangeBase control. |
Top
See Also