共用方式為


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
)

參數

備註

此方法提供和 Control.SetBounds(Int32, Int32, Int32, Int32) 方法相同的功能。 如需使用這個方法的詳細資訊,請參閱 Control.SetBounds(Int32, Int32, Int32, Int32)

.NET Framework 安全性

請參閱

參考

ActionsPane 介面

SetBounds 多載

Microsoft.Office.Tools 命名空間

其他資源

執行窗格概觀