ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / ScrollWindowEx Method / ScrollWindowEx(IntPtr,Int32,Int32,RECT,RECT,IntPtr,IntPtr,UInt32) Method

In This Topic
    ScrollWindowEx(IntPtr,Int32,Int32,RECT,RECT,IntPtr,IntPtr,UInt32) 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 rcScroll As Win32.RECT, _
       ByRef rcClip As Win32.RECT, _
       ByVal hrgnUpdate As System.IntPtr, _
       ByVal rcUpdate As System.IntPtr, _
       ByVal flags As System.UInteger _
    ) As System.Integer
    public static System.int ScrollWindowEx( 
       System.IntPtr hWnd,
       System.int dx,
       System.int dy,
       ref Win32.RECT rcScroll,
       ref Win32.RECT rcClip,
       System.IntPtr hrgnUpdate,
       System.IntPtr rcUpdate,
       System.uint flags
    )

    Parameters

    hWnd
    dx
    dy
    rcScroll
    rcClip
    hrgnUpdate
    rcUpdate
    flags
    See Also