Click or drag to resize

EditWindow.ScrollVertical Method

X#
Scroll the current line in this edit window up or down a specified number of lines.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ScrollVertical(
	nLines
) AS USUAL CLIPPER
Request Example View Source

Parameters

nLines (Optional)
Type: Usual
The number of lines to scroll. Positive values scroll up; negative values down.

Return Value

Type: Usual
See Also