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
)
參數
- x
型別:System.Int32
執行窗格的新 Left 屬性值。
- y
型別:System.Int32
執行窗格的新 Top 屬性值。
- width
型別:System.Int32
執行窗格的新 Width 屬性值。
- height
型別:System.Int32
執行窗格的新 Height 屬性值。
- specified
型別:System.Windows.Forms.BoundsSpecified
BoundsSpecified 值的位元組合。任何未指定的參數會使用目前的值。
備註
此方法提供和 Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) 方法相同的功能。 如需使用這個方法的詳細資訊,請參閱 Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。