IRangeControlClient Properties
The interface that a Range Control Client must implement to be embedded in Range Control (RangeControl or RangeControl).| Name | Description |
|---|---|
| InvalidText | This property should specify the description of the Client’s current invalid state. |
| IsCustomRuler | This property should return a value indicating whether the Range Control must reserve space to paint the ruler. |
| IsValid | This property should indicate whether the Client’s state is valid and the Client should render itself within the viewport. |
| NormalizedRulerDelta | This property should return the normalized distance between the ruler’s adjacent tickmarks. |
| RangeBoxBottomIndent | This property returns the bottom indent of the selection area within the viewport. |
| RangeBoxTopIndent | This property returns the top indent of the selection area within the viewport. |
| RulerDelta | This property returns the distance between the ruler’s adjacent tickmarks. |
See Also