Table of Contents

Method ScrollWindow

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

ScrollWindow(IntPtr, int, int, Rectangle)

Scrolls the contents of the specified window's client area.

public static void ScrollWindow(IntPtr handle, int x, int y, Rectangle rect)

Parameters

handle IntPtr

Handle to the window where the client area is to be scrolled.

x int

Specifies the amount of horizontal scrolling.

y int

Specifies the amount of vertical scrolling.

rect Rectangle

Rectangle that specifies the portion of the client area to be scrolled.