ActionsPane.ScrollControlIntoView 方法

将指定的子控件滚动到视图中。

命名空间:  Microsoft.Office.Tools
程序集:  Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)

语法

声明
Sub ScrollControlIntoView ( _
    activeControl As Control _
)
void ScrollControlIntoView(
    Control activeControl
)

参数

备注

此方法提供与 ScrollableControl.ScrollControlIntoView 方法相同的功能。有关使用此方法的更多信息,请参见ScrollableControl.ScrollControlIntoView

.NET Framework 安全性

请参见

参考

ActionsPane 接口

Microsoft.Office.Tools 命名空间

其他资源

操作窗格概述