DataRepeater.ScrollControlIntoView Method
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
‘선언
Public Sub ScrollControlIntoView ( _
activeControl As Control _
)
public void ScrollControlIntoView(
Control activeControl
)
public:
void ScrollControlIntoView(
Control^ activeControl
)
member ScrollControlIntoView :
activeControl:Control -> unit
public function ScrollControlIntoView(
activeControl : Control
)
Parameters
- activeControl
Type: System.Windows.Forms.Control
.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.