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 ()
属性

注解

注意

方法 OnControlResize 已过时。 OnComponentChanged将 方法用于等效的控件设计器功能。

OnControlResize通常,当用户操作导致调整关联的 Web 服务器控件的大小时,设计时环境才会调用 方法。 在 OnControlResize 调整大小的过程中,可能会多次调用 方法,以在调整大小之前显示控件的更新大小。 在调用 方法之前 OnControlResize ,将更新控件的 width 和 height 属性。

适用于

另请参阅