TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / ScrollWindow Method

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

    Parameters

    handle
    rc
    dx
    dy
    See Also