UserControl.DesignerInitialize Method ()
.NET Framework (current version)
Performs any initialization steps on the user control that are required by RAD designers.
Assembly: System.Web (in System.Web.dll)
The following example calls the DesignerInitialize method during the Page_Init stage of request processing. This makes the user control available to a RAD designer such as Visual Studio 2005.
.NET Framework
Available since 1.1
Available since 1.1
Show: