ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.IntPtr, _
       ByVal dx As System.Integer, _
       ByVal dy As System.Integer, _
       ByRef prcScroll As Win32.RECT, _
       ByRef prcClip As Win32.RECT, _
       ByVal hrgnUpdate As System.IntPtr, _
       ByRef prcUpdate As Win32.RECT, _
       ByVal flags As System.Integer _
    ) As System.Integer
    public static System.int ScrollWindowEx( 
       System.IntPtr hWnd,
       System.int dx,
       System.int dy,
       ref Win32.RECT prcScroll,
       ref Win32.RECT prcClip,
       System.IntPtr hrgnUpdate,
       ref Win32.RECT prcUpdate,
       System.int flags
    )

    Parameters

    hWnd
    dx
    dy
    prcScroll
    prcClip
    hrgnUpdate
    prcUpdate
    flags
    See Also