ControlDesigner::Initialize Method (IComponent^)
.NET Framework (current version)
Initializes the control designer and loads the specified component.
Assembly: System.Design (in System.Design.dll)
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The control being designed.
Implements
IDesigner::Initialize(IComponent^)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.
.NET Framework
Available since 1.1
Available since 1.1
Show: