Nevron.Interop.Win32 Namespace / NUser32 Class / ScrollWindowEx Method


ScrollWindowEx Method
Syntax
'Declaration
 
Public Shared Function ScrollWindowEx( _
   ByVal hwnd As System.IntPtr, _
   ByVal dx As System.Integer, _
   ByVal dy As System.Integer, _
   ByVal scrollRect As System.IntPtr, _
   ByRef clipRect As NWin32.RECT, _
   ByVal updateRgn As System.IntPtr, _
   ByRef updateRect As NWin32.RECT, _
   ByVal flags As System.Integer _
) As System.Integer
 
'Usage
 
Dim hwnd As System.IntPtr
Dim dx As System.Integer
Dim dy As System.Integer
Dim scrollRect As System.IntPtr
Dim clipRect As NWin32.RECT
Dim updateRgn As System.IntPtr
Dim updateRect As NWin32.RECT
Dim flags As System.Integer
Dim value As System.Integer
 
value = NUser32.ScrollWindowEx(hwnd, dx, dy, scrollRect, clipRect, updateRgn, updateRect, flags)

Parameters

hwnd
dx
dy
scrollRect
clipRect
updateRgn
updateRect
flags
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also