Click or drag to resize

MultiLineEdit.ScrollVertical Method (Typed)

X#
Scroll the text in a multiline edit control a specified number of characters up or down.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ScrollVertical(
	nLines AS LONG
) AS VOID
Request Example View Source

Parameters

nLines
Type: Long
The number of lines to scroll. Positive values move the cursor up; negative values down. The default is no movement, or zero (0) lines.
See Also