ScrollControlIntoView Method
In This Topic
Syntax
'Declaration
Public Sub ScrollControlIntoView( _
ByVal As System.Windows.Forms.Control _
)
'Usage
Dim instance As LicenseDialog
Dim activeControl As System.Windows.Forms.Control
instance.ScrollControlIntoView(activeControl)
public void ScrollControlIntoView(
System.Windows.Forms.Control
)
public procedure ScrollControlIntoView(
: System.Windows.Forms.Control
);
public function ScrollControlIntoView(
: System.Windows.Forms.Control
);
public: void ScrollControlIntoView(
System.Windows.Forms.Control*
)
public:
void ScrollControlIntoView(
System.Windows.Forms.Control^
)
Parameters
- activeControl
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also