バージョン

SetBoundsCore メソッド

オーバーライドされます。コントロールのサイズまたは位置が変更されるときに呼び出されます。
シンタックス
'宣言
 
Protected Overrides Sub SetBoundsCore( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal specified As BoundsSpecified _
) 
protected override void SetBoundsCore( 
   int x,
   int y,
   int width,
   int height,
   BoundsSpecified specified
)

パラメータ

x
コントロールの新しい System.Windows.Forms.Control.Left プロパティ値。
y
コントロールの新しい System.Windows.Forms.Control.Top プロパティ値。
width
コントロールの新しい System.Windows.Forms.Control.Width プロパティ値。
height
コントロールの新しい System.Windows.Forms.Control.Height プロパティ値。
specified
System.Windows.Forms.BoundsSpecified 値のビット単位の組み合わせ。
解説
このメソッドは、自動的にサイズ変更されるコントロールのサイズ設定をオーバーライドするために必要となります。
参照