CompositeControlDesigner::Initialize Method (IComponent^)
.NET Framework (current version)
Initializes the designer with the specified IComponent object.
Assembly: System.Design (in System.Design.dll)
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The IComponent, which is the control associated with this designer.
Implements
IDesigner::Initialize(IComponent^)The designer host calls Initialize to initialize the component for design.
The base implementation will throw an exception if the associated control does not implement the INamingContainer interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: