Control.UpdateBounds メソッド (Int32, Int32, Int32, Int32, Int32, Int32)
コントロールの範囲を指定したサイズ、位置、およびクライアント サイズで更新します。
Overloads Protected Sub UpdateBounds( _
ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal clientWidth As Integer, _ ByVal clientHeight As Integer _)
[C#]
protected void UpdateBounds(intx,inty,intwidth,intheight,intclientWidth,intclientHeight);
[C++]
protected: void UpdateBounds(intx,inty,intwidth,intheight,intclientWidth,intclientHeight);
[JScript]
protected function UpdateBounds(
x : int,y : int,width : int,height : int,clientWidth : int,clientHeight : int);
パラメータ
- x
コントロールの X 座標。 - y
コントロールの Y 座標。 - width
コントロールの Width 。 - height
コントロールの Height 。 - clientWidth
コントロールのクライアント Width 。 - clientHeight
コントロールのクライアント Height 。
解説
コントロールの新しい Size が前の Size と異なる場合は、 SizeChanged イベントが発生します。同様に、コントロールの Location が変更された場合は、 LocationChanged イベントが発生します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Control クラス | Control メンバ | System.Windows.Forms 名前空間 | Control.UpdateBounds オーバーロードの一覧 | Size | Location | ClientRectangle