BuildScrollableRectangle Method (C1Ribbon)
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 As Integer, _
ByVal As Integer _
) As Rectangle
protected virtual Rectangle BuildScrollableRectangle(
int ,
int
)
Parameters
- dx
- dy
See Also