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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。