DataRepeater.ScrollToControl Method

This API supports the .NET Framework 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

'Declaration
Protected Overrides Function ScrollToControl ( _
    activeControl As Control _
) As Point
protected override Point ScrollToControl(
    Control activeControl
)
protected:
virtual Point ScrollToControl(
    Control^ activeControl
) override
abstract ScrollToControl : 
        activeControl:Control -> Point 
override ScrollToControl : 
        activeControl:Control -> Point 
protected override function ScrollToControl(
    activeControl : Control
) : Point

Parameters

Return Value

Type: System.Drawing.Point

.NET Framework Security

See Also

Reference

DataRepeater Class

Microsoft.VisualBasic.PowerPacks Namespace

Other Resources

Introduction to the DataRepeater Control (Visual Studio)