IRangeValueProvider Properties
.NET Framework 4.5
The IRangeValueProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsReadOnly | Gets a value that specifies whether the value of a control is read-only. |
|
LargeChange | Gets the value that is added to or subtracted from the Value property when a large change is made, such as with the PAGE DOWN key. |
|
Maximum | Gets the maximum range value supported by the control. |
|
Minimum | Gets the minimum range value supported by the control. |
|
SmallChange | Gets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key. |
|
Value | Gets the value of the control. |