MultiLineEdit.ScrollHorizontal Method (Typed) | |
Scroll the text in a multiline edit control 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
public virtual void ScrollHorizontal(
int nChars
)
Request Example
View SourceParameters
- nChars
- Type: Long
The number of characters to scroll. Positive values move the cursor to the right; negative values to the left. The default is no movement.
See Also