ScrollIntoView(Rectangle) Method
In This Topic
Scrolls a given rectangle into view.
Syntax
'Declaration
Public Overloads Sub ScrollIntoView( _
ByVal As Rectangle _
)
public void ScrollIntoView(
Rectangle
)
Parameters
- r
- Rectangle to scroll into view.
See Also