ScrollableRectangle Property (ScrollableControl)
In This Topic
Gets a rectangle that defines the scrollable portion of the control.
Syntax
'Declaration
Public Overridable ReadOnly Property ScrollableRectangle As Rectangle
public virtual Rectangle ScrollableRectangle {get;}
See Also