Edit

Share via


Pane.LargeScroll(Object, Object, Object, Object) Method

Definition

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

public void LargeScroll (ref object Down, ref object Up, ref object ToRight, ref object ToLeft);
abstract member LargeScroll : obj * obj * obj * obj -> unit
Public Sub LargeScroll (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 screens to scroll the window down.

Up
Object

The number of screens to scroll the window up.

ToRight
Object

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

ToLeft
Object

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

Remarks

This method is equivalent to clicking just before or just after the scroll boxes on the horizontal and vertical scroll bars.

Applies to