Share via


DataRepeater.ScrollToControl Method (Control)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This member overrides the ScrollToControl method.

Namespace:   Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

protected override Point ScrollToControl(
    Control activeControl
)
protected:
virtual Point ScrollToControl(
    Control^ activeControl
) override
override ScrollToControl : 
        activeControl:Control -> Point
Protected Overrides Function ScrollToControl (
    activeControl As Control
) As Point

Parameters

Return Value

Type: System.Drawing.Point

Returns Point.

See Also

DataRepeater Class
Microsoft.VisualBasic.PowerPacks Namespace
Introduction to the DataRepeater Control (Visual Studio)

Return to top