IRangeControlClient Methods
The interface that a Range Control Client must implement to be embedded in the RangeControl.Name | Description |
---|---|
FormatText(Object) | Returns the display representation of the specified value. |
GetComparableValue(Object) | Gets a comparable value associated to the specified real value object. |
GetRealValue(Double) | Gets the object corresponding to the specified comparable value. |
GetSnappedValue(Object, Boolean) | Gets the snapped value corresponding to the specified real value. |
HitTest(Point) | Returns information on the range control client regions located at the specified point. |
Invalidate(Size) | Invalidates the viewport, forcing it to be recalculated. |
SetRange(Object, Object, Size) | Specifies the range bounds. |
SetSelectionRange(Object, Object, Size, Boolean) | Specifies the selected range. |
SetVisibleRange(Object, Object, Size) | Specifies the visible range. |
See Also