EditWindow.ScrollVertical Method | |
Scroll the current line in this edit window up or down a specified number of lines.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ScrollVertical(
nLines
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ScrollVertical(
Usual nLines = default
)
Request Example
View SourceParameters
- nLines (Optional)
- Type: Usual
The number of lines to scroll. Positive values scroll up; negative values down.
Return Value
Type:
UsualSee Also