IRangeBase Interface Methods
In This Topic
For a list of all members of this type, see IRangeBase members.
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