InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / BuildScrollableRectangle Method
Amount to scroll in the x direction, in pixels.
Amount to scroll in the y direction, in pixels.

In This Topic
    BuildScrollableRectangle Method (C1InputPanel)
    In This Topic
    Sets the scroll rectangle.
    Syntax
    'Declaration
     
    Protected Overridable Function BuildScrollableRectangle( _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) As Rectangle
    protected virtual Rectangle BuildScrollableRectangle( 
       int dx,
       int dy
    )

    Parameters

    dx
    Amount to scroll in the x direction, in pixels.
    dy
    Amount to scroll in the y direction, in pixels.
    See Also