Click or drag to resize

MultiLineEdit.ScrollHorizontal Method

X#
Scroll the text in a multiline edit control a specified number of characters to the right or left.

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

Parameters

nChars (Optional)
Type: Usual
The number of characters to scroll. Positive values move the cursor to the right; negative values to the left. The default is no movement.

Return Value

Type: Usual
See Also