ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / XView 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 (XView)
    In This Topic
    Sets the scroll rectangle.
    Syntax
    'Declaration
     
    Protected Overrides Function BuildScrollableRectangle( _
       ByVal dx As System.Integer, _
       ByVal dy As System.Integer _
    ) As System.Drawing.Rectangle
    protected override System.Drawing.Rectangle BuildScrollableRectangle( 
       System.int dx,
       System.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