Click or drag to resize

EditWindow.ScrollHorizontal Method (Typed)

X#
Scroll the current line in this edit window a specified number of characters to the right or left.

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

Parameters

nChars
Type: Long
The number of characters to scroll. Positive values scroll to the right; negative values to the left.
See Also