|
|
|
|
|
ScrollbarPosition (Function) In french: AscenseurPosition Used to manage the position of elevators: Syntax
Finding out the scrollbar position Hide the details
<Result> = ScrollbarPosition(<Element used> [, <Orientation>])
<Result>: entier - Position of scrollbar box.
- 0 if the scrollbar does not exist or if it is grayed.
<Element used>: Control, window or page name <Orientation>: Optional Integer constant Orientation of scrollbar for which the position must be retrieved: | | sbHorz | The position is calculated for the horizontal scrollbar of control. | sbVert (Default value) | The position is calculated for the vertical scrollbar of control. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|