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


In This Topic
    ScrollWindowEx Method
    In This Topic
    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)
    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
    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