This property represents the current value of the control. The
allowable range of values varies depending on the control type.
| Control |
Range |
Meaning |
| Angle Slider |
0 - 359 |
Selected angle in degrees |
| Check Box |
0 - 2 |
0 = Unchecked; 1 = Checked; 2 = Indeterminate |
| Option Button |
0 - 1 |
0 = Unchecked; 1 = Checked |
| Progress Bar |
R(min) - R(max) |
Current position of progress bar relative to range |
| Scroll Bar |
R(min) - R(max) |
Current position of scroll button relative to range |
| Spin Button |
R(min) - R(max) |
Current value of spin button |
| Slider |
R(min) - R(max) |
Current position of slider |