ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / ScrollWindow Method

In This Topic
    ScrollWindow Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ScrollWindow( _
       ByVal handle As System.IntPtr, _
       ByRef rc As Win32.RECT, _
       ByVal dx As System.Integer, _
       ByVal dy As System.Integer _
    ) As System.Integer
    public static System.int ScrollWindow( 
       System.IntPtr handle,
       ref Win32.RECT rc,
       System.int dx,
       System.int dy
    )

    Parameters

    handle
    rc
    dx
    dy
    See Also