ActionsPane.ScrollControlIntoView Method
Scrolls the specified child control into view.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
Sub ScrollControlIntoView ( _
activeControl As Control _
)
void ScrollControlIntoView(
Control activeControl
)
Parameters
- activeControl
Type: System.Windows.Forms.Control
The child control to scroll into view.
Remarks
This method provides the same functionality as the ScrollableControl.ScrollControlIntoView method. For more information about using this method, see ScrollableControl.ScrollControlIntoView.
.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.Office.Tools Namespace