UserApi ScrollWindowEx Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX.WinApi
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static int ScrollWindowEx(
	IntPtr hWnd,
	int dx,
	int dy,
	ref UserApi..::..RECT lprcScroll,
	ref UserApi..::..RECT lprcClip,
	int hrgnUpdate,
	ref UserApi..::..RECT lprcUpdate,
	int fuScroll
)

Return Value

Type: OnlineInt32
See Also