ControlDesigner.OnControlResize Method
NOTE: This method is now obsolete. The non-obsolete alternative is OnComponentChanged.
Called when the associated Web server control has been resized in the design host at design time. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"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 ()
/** @attribute ObsoleteAttribute("The recommended alternative is OnComponentChanged(). OnComponentChanged is called when any property of the control is changed. http://go.microsoft.com/fwlink/?linkid=14202") */
protected void OnControlResize ()
ObsoleteAttribute("The recommended alternative is OnComponentChanged(). OnComponentChanged is called when any property of the control is changed. http://go.microsoft.com/fwlink/?linkid=14202") protected function OnControlResize ()
Note |
|---|
| The OnControlResize method is obsolete. Use the OnComponentChanged method for equivalent control designer functionality. |
The OnControlResize method typically is called only by the design-time environment when a user action causes the associated Web server control to be resized. The OnControlResize method might be called several times during a resizing process to display the updated size of the control before the resizing is completed. The width and height properties of the control are updated before the OnControlResize method is called.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note