ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Integer, _
       ByVal dy As System.Integer _
    ) As System.Drawing.Rectangle
    protected virtual System.Drawing.Rectangle BuildScrollableRectangle( 
       System.int dx,
       System.int dy
    )

    Parameters

    dx
    dy
    See Also