InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ScrollableControl Class / BuildScrollableRectangle Method

In This Topic
    BuildScrollableRectangle Method (ScrollableControl)
    In This Topic
    This method is used to set the scroll rectangle. Override it to customize the scrolling behavior.
    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
    dy
    See Also