Description: | Defines the starting value of the selected range within the Slider control. |
Used in control(s): | Slider |
Value: | Zero or a positive integer. The value should satisfy the following relationships: SelectStart <= SelectEnd It is only effective when the RangeSelect property is True. |
Default value: | 0 |
COBOL picture: | S9(9) COMP-5 |
OLE data type: | VT_I4 |
Design time access: | Set and reference. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | None. |