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

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

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview