次の方法で共有


Control.UpdateBounds メソッド (Int32, Int32, Int32, Int32)

コントロールの範囲を指定したサイズと位置で更新します。

Overloads Protected Sub UpdateBounds( _
   ByVal x As Integer, _   ByVal y As Integer, _   ByVal width As Integer, _   ByVal height As Integer _)
[C#]
protected void UpdateBounds(intx,inty,intwidth,intheight);
[C++]
protected: void UpdateBounds(intx,inty,intwidth,intheight);
[JScript]
protected function UpdateBounds(
   x : int,y : int,width : int,height : int);

パラメータ

  • x
    コントロールの X 座標。
  • y
    コントロールの Y 座標。
  • width
    コントロールの Width
  • height
    コントロールの 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