ScrollBar Class (Typed) |
|
Namespace: XSharp.VO.SDK
The ScrollBar type exposes the following members.
| Name | Description | |
|---|---|---|
| BlockSize |
A numeric value representing the block size of the scroll bar
| |
| Range |
A range object representing the minimum and maximum values currently in use for the thumb of a scroll bar.
| |
| TextValue |
A string representing the thumb position of the scroll bar.
(Overrides TextValue.) | |
| ThumbPosition |
A numeric value (short integer) representing the current thumb position of the scroll bar.
| |
| UnitSize |
A numeric value representing the unit size currently associated with the scroll bar.
| |
| Value |
The value held in the control, in whatever data type the control holds.
(Overrides Value.) |
| Name | Description | |
|---|---|---|
| SetInfo |
Set all scrollbar properties with one method call.
| |
| SetThumbPosition |
Set the thumb position of the scrollbar
|