Class: ScrollBar
Source Location: /stdctrls.inc.php
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
return: | (sbHorizontal, sbVertical) |
property
LargeChange : integer
[line 4802]
Determines how much Position changes when the user clicks the scroll bar on either side of the thumb tab or presses PgUp or PgDn. Note: Not yet implemented.
property
Max : integer
[line 4772]
Specifies the maximum position represented by the scroll bar.
property
Min : integer
[line 4760]
Specifies the minimum position represented by the scroll bar.
property
PageSize : integer
[line 4829]
Specifies the size of the thumb tab. Note: Not yet implemented.
property
Position : integer
[line 4816]
Indicates the current position of the scroll bar.
property
SmallChange : integer
[line 4786]
Determines how much Position changes when the user clicks the arrow buttons on the scroll bar or presses the arrow keys on the keyboard. Note: Not yet implemented.
Events
Javascript Events
Methods
|
|