Input.ScrollToLine |
|
|
|
Input.ScrollToLine |
|
|
|
|
||
OverviewExamples
Input.ScrollToLine ( |
-- Scrolls the text in the "Input1" input object to the third line.
Input.ScrollToLine("Input1", 3);
Scrolls the text in the "Input1" input object to the third line. The third line will appear as the first visible line of text in the object.
-- Scrolls the text in the "Input1" input object to the last line.
Input.ScrollToLine("Input1", -1);
Scrolls the text in the "Input1" input object to the last line (-1 is used to specify the last line).
See also: Related Actions
Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us