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
‘선언
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
- activeControl
Type: System.Windows.Forms.Control
Return Value
Type: System.Drawing.Point
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace