Gets the current scrolling position
Syntax
Public Sub GetScrollPos (ByRef retX As Long, _ ByRef retY As Long)
Parameters
| Parameter |
Description |
| ByRef retX As Long |
(OUT) Contains a point in the virtual text space of the document, expressed in pixels. This point will be the point that is currently located in the upper-left corner of the edit control window. |
| ByRef retY As Long |
(OUT) Contains a point in the virtual text space of the document, expressed in pixels. This point will be the point that is currently located in the upper-left corner of the edit control window. |
|