IRangeControlClient Properties
The interface that a Range Control Client must implement to be embedded in the RangeControl.| 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. |
See Also