EditWindow.ScrollHorizontal Method | |
Scroll the current line in this edit window 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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ScrollHorizontal(
Usual nChars = default
)
Request Example
View SourceParameters
- nChars (Optional)
- Type: Usual
The number of characters to scroll. Positive values scroll to the right; negative values to the left.
Return Value
Type:
UsualSee Also