Scroll()

For a Text object named myTextBox, use the following syntax:

myTextBox.Scroll("ParagraphDown")
// moves down one paragraph, every time the function is called.
myTextBox.Scroll("LineTo",3)
// moves to the fourth line of the text box.

Close