次の方法で共有


Control.UpdateBounds メソッド

コントロールの範囲を更新します。

オーバーロードの一覧

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

[Visual Basic] Overloads Protected Sub UpdateBounds()

[C#] protected void UpdateBounds();

[C++] protected: void UpdateBounds();

[JScript] protected function UpdateBounds();

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

[Visual Basic] Overloads Protected Sub UpdateBounds(Integer, Integer, Integer, Integer)

[C#] protected void UpdateBounds(int, int, int, int);

[C++] protected: void UpdateBounds(int, int, int, int);

[JScript] protected function UpdateBounds(int, int, int, int);

コントロールの範囲を指定したサイズ、位置、およびクライアント サイズで更新します。

[Visual Basic] Overloads Protected Sub UpdateBounds(Integer, Integer, Integer, Integer, Integer, Integer)

[C#] protected void UpdateBounds(int, int, int, int, int, int);

[C++] protected: void UpdateBounds(int, int, int, int, int, int);

[JScript] protected function UpdateBounds(int, int, int, int, int, int);

参照

Control クラス | Control メンバ | System.Windows.Forms 名前空間