'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)
public static System.int ScrollWindowEx( System.IntPtr hwnd, System.int dx, System.int dy, System.IntPtr scrollRect, ref NWin32.RECT clipRect, System.IntPtr updateRgn, ref NWin32.RECT updateRect, System.int flags )
Parameters
- hwnd
- dx
- dy
- scrollRect
- clipRect
- updateRgn
- updateRect
- flags