Pane.SmallScroll(Object, Object, Object, Object) Method

Definition

Scrolls a window or pane by the specified number of lines.

public void SmallScroll (ref object Down, ref object Up, ref object ToRight, ref object ToLeft);
abstract member SmallScroll : obj * obj * obj * obj -> unit
Public Sub SmallScroll (Optional ByRef Down As Object, Optional ByRef Up As Object, Optional ByRef ToRight As Object, Optional ByRef ToLeft As Object)

Parameters

Down
Object

The number of lines to scroll the window down.

Up
Object

The number of lines to scroll the window up.

ToRight
Object

The number of lines to scroll the window to the right.

ToLeft
Object

The number of lines to scroll the window to the left.

Applies to