ControlDesigner.Initialize Method
.NET Framework 3.0
Initializes the control designer and loads the specified component.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The Initialize method is called by the design host to complete the following actions:
-
Load the control designer with the component to design.
-
Set up the view on the control using the SetViewFlags method.
-
Verify that the associated control is of the right type.
Community Additions
ADD
Show: