ActionsPane.SetBounds 方法 (Int32, Int32, Int32, Int32, BoundsSpecified)

为窗格在指定的位置和大小设定限值。

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

语法

声明
Sub SetBounds ( _
    x As Integer, _
    y As Integer, _
    width As Integer, _
    height As Integer, _
    specified As BoundsSpecified _
)
void SetBounds(
    int x,
    int y,
    int width,
    int height,
    BoundsSpecified specified
)

参数

备注

此方法提供与 Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) 方法相同的功能。有关使用此方法的更多信息,请参见Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)

.NET Framework 安全性

请参见

参考

ActionsPane 接口

SetBounds 重载

Microsoft.Office.Tools 命名空间

其他资源

操作窗格概述