EditWindow.ScrollVertical Method (Typed) | |
Scroll the current line in this edit window up or down a specified number of lines.
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 scroll up; negative values down.
See Also