Returns or sets the Value of the active thumb of the object.
Object.Value [ = dValue ]
The Value property syntax has the following parts:
|
Name |
Type |
Inscription |
|
Object |
ASlider |
ASlider control |
|
dValue |
Double |
A number specifying the Value of the active thumb of the object. |
The following statement changes the Value of the active thumb on an ASlider to 100:
sld1.Value=100