IRangeControlClient Methods
The interface that a Range Control Client must implement to be embedded in the RangeControl.Name | Description |
---|---|
GetComparableValue(Object) | |
GetRealValue(Double) | |
GetSnappedValue(Object, Boolean) | Gets the snapped value corresponding to the specified real value. |
HitTest(Point) | This method returns a value identyfing the type of a visual element located under the test point. |
Invalidate(Rect) | Invalidates the specified region occupied by the range control client. |
SetRange(Object, Object, Size) | Specifies the range bounds. |
SetSelectionRange(Object, Object, Size, Boolean) | Specifies the bounds of the selected range. |
SetSize(Size, Boolean) | |
SetVisibleRange(Object, Object, Size) | Specifies the visible range bounds. |
See Also