|
|
|
|
|
|
|
|
|
|
ScrollbarPosition (Function) In french: AscenseurPosition Allows you to manage the position of scrollbars: Syntax
Finding out the scrollbar position Hide the details
<Result> = ScrollbarPosition(<Element used> [, <Angle>])
<Result>: Int - Position of scrollbar box.
- 0 if the scrollbar does not exist or if it is grayed.
<Element used>: Control, window or page name <Angle>: 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|