Control.UpdateBounds メソッド
コントロールの範囲を更新します。
オーバーロードの一覧
コントロールの範囲を現在のサイズと位置で更新します。
[Visual Basic] Overloads Protected Sub UpdateBounds()
[JScript] protected function UpdateBounds();
コントロールの範囲を指定したサイズと位置で更新します。
[Visual Basic] Overloads Protected Sub UpdateBounds(Integer, Integer, Integer, Integer)
[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);