ActionsPane.SetBounds 方法 (Int32, Int32, Int32, Int32)
为操作窗格在指定的位置和大小设定限值。
命名空间: 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 _
)
void SetBounds(
int x,
int y,
int width,
int height
)
参数
- x
类型:System.Int32
操作窗格的新 Left 属性值。
- y
类型:System.Int32
操作窗格的新 Top 属性值。
- width
类型:System.Int32
操作窗格的新 Width 属性值。
- height
类型:System.Int32
操作窗格的新 Height 属性值。
备注
此方法提供与 Control.SetBounds(Int32, Int32, Int32, Int32) 方法相同的功能。有关使用此方法的更多信息,请参见Control.SetBounds(Int32, Int32, Int32, Int32)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。