IRangeControlClient Members
The interface that a Range Control Client must implement to be embedded in the RangeControl.Properties
| Name | Description |
|---|---|
| ClientBounds | This property should specify the bounds of the range control client. |
| ConvergeThumbsOnZoomingOut | |
| End | This property specifies the end bound of a range. |
| SelectionEnd | This property should specify the end boundary of the selected range. |
| SelectionStart | This property specifies the start boundary of the selected range. |
| Start | This property specifies the start boundary of a range. |
| VisibleEnd | This property specifies the end boundary of the visible range. |
| VisibleStart | This property specifies the start boundary of the visible range. |
Methods
| 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. |
Events
| Name |
|---|
| LayoutChanged |
See Also