ControlDesigner::Initialize Method (IComponent^)
.NET Framework (current version)
Initializes the designer with the specified component.
Assembly: System.Design (in System.Design.dll)
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The IComponent to associate the designer with. This component must always be an instance of, or derive from, Control.
Implements
IDesigner::Initialize(IComponent^)This method is called by the designer host to initialize the designer.
.NET Framework
Available since 1.1
Available since 1.1
Show: