OWLNext 7.0
Borland's Object Windows Library for the modern age
|
The TScrollBarData structure contains integer values that represent a range of thumb positions on the scroll bar. More...
#include <owl/scrollba.h>
Public Attributes | |
int | LowValue |
Contains the lowest value of thumb position in the scroll bar's range. | |
int | HighValue |
Contains the highest value of the thumb position in the scroll bar's range. | |
int | Position |
Contains the scroll bar's thumb position. | |
The TScrollBarData structure contains integer values that represent a range of thumb positions on the scroll bar.
TScrollBar's function GetRange calls TScrollBarData to obtain the highest and lowest thumb positions on the scroll bar. GetPosition calls TScrollBarData to obtain the current thumb position on the scroll bar.
Definition at line 147 of file scrollba.h.
int owl::TScrollBarData::HighValue |
Contains the highest value of the thumb position in the scroll bar's range.
Definition at line 150 of file scrollba.h.
int owl::TScrollBarData::LowValue |
Contains the lowest value of thumb position in the scroll bar's range.
Definition at line 149 of file scrollba.h.
int owl::TScrollBarData::Position |
Contains the scroll bar's thumb position.
Definition at line 151 of file scrollba.h.