ControlDesigner.OnControlResize メソッド

定義

注意事項

The recommended alternative is OnComponentChanged(). OnComponentChanged is called when any property of the control is changed. http://go.microsoft.com/fwlink/?linkid=14202

関連付けられている Web サーバー コントロールのサイズがデザイン時にデザイン ホストで変更された場合に呼び出されます。

protected:
 virtual void OnControlResize();
protected virtual void OnControlResize ();
[System.Obsolete("The recommended alternative is OnComponentChanged(). OnComponentChanged is called when any property of the control is changed. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void OnControlResize ();
abstract member OnControlResize : unit -> unit
override this.OnControlResize : unit -> unit
[<System.Obsolete("The recommended alternative is OnComponentChanged(). OnComponentChanged is called when any property of the control is changed. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member OnControlResize : unit -> unit
override this.OnControlResize : unit -> unit
Protected Overridable Sub OnControlResize ()
属性

注釈

Note

メソッドは OnControlResize 廃止されました。 同等の OnComponentChanged コントロール デザイナー機能には、 メソッドを使用します。

通常、 メソッドは OnControlResize 、ユーザー アクションによって関連付けられている Web サーバー コントロールのサイズが変更された場合にのみ、デザイン時環境によってのみ呼び出されます。 メソッドは OnControlResize 、サイズ変更プロセス中に複数回呼び出され、サイズ変更が完了する前にコントロールの更新されたサイズを表示できます。 コントロールの width プロパティと height プロパティは、 メソッドが呼び出される前に OnControlResize 更新されます。

適用対象

こちらもご覧ください