IRangeControlClient Properties
The interface that a Range Control Client must implement to be embedded in the RangeControl.| Name | Description |
|---|---|
| AllowThumbs | This property specifies whether to show selection thumbs. |
| ClientBounds | Specifies the client bounds. |
| ConvergeThumbsOnZoomingOut | This property specifies whether to change the selected range in accordance with the visible range. |
| End | This property specifies the end boundary of a range. |
| GrayOutNonSelectedRange | This property specifies whether the grayscale effect is applied to an unselected range. |
| SelectionEnd | This property should specify the end boundary of the selected range. |
| SelectionStart | This property specifies the start boundary of the selected range. |
| SnapSelectionToGrid | This property specifies whether to snap the selection thumbs to the bounds of the range items. |
| 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