MultiLineEdit.ScrollVertical Method (Typed) | |
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
public virtual void ScrollVertical(
int nLines
)
Request Example
View SourceParameters
- 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