TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / ScrollWindowEx Method / ScrollWindowEx(IntPtr,Int32,Int32,RECT,RECT,IntPtr,RECT,Int32) Method

In This Topic
    ScrollWindowEx(IntPtr,Int32,Int32,RECT,RECT,IntPtr,RECT,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ScrollWindowEx( _
       ByVal hWnd As IntPtr, _
       ByVal dx As Integer, _
       ByVal dy As Integer, _
       ByRef prcScroll As Win32.RECT, _
       ByRef prcClip As Win32.RECT, _
       ByVal hrgnUpdate As IntPtr, _
       ByRef prcUpdate As Win32.RECT, _
       ByVal flags As Integer _
    ) As Integer
    public static int ScrollWindowEx( 
       IntPtr hWnd,
       int dx,
       int dy,
       ref Win32.RECT prcScroll,
       ref Win32.RECT prcClip,
       IntPtr hrgnUpdate,
       ref Win32.RECT prcUpdate,
       int flags
    )

    Parameters

    hWnd
    dx
    dy
    prcScroll
    prcClip
    hrgnUpdate
    prcUpdate
    flags
    See Also