HtmlControlDesigner::Initialize Method (IComponent^)
.NET Framework (current version)
Initializes the designer and sets the component for design.
Assembly: System.Design (in System.Design.dll)
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The control element for design.
Implements
IDesigner::Initialize(IComponent^)The Initialize method should be called by the designer host to initialize the designer.
Notes to Inheritors:
During initialization, use the SetAttribute and GetAttribute methods on the Tag property to map properties to styles.
.NET Framework
Available since 2.0
Available since 2.0
Show: