This documentation is archived and is not being maintained.
ComponentDesigner.Initialize Method
.NET Framework 1.1
Prepares the designer to view, edit, and design the specified component.
[Visual Basic] Public Overridable Sub Initialize( _ ByVal component As IComponent _ ) Implements IDesigner.Initialize [C#] public virtual void Initialize( IComponent component ); [C++] public: virtual void Initialize( IComponent* component ); [JScript] public function Initialize( component : IComponent );
Parameters
- component
- The component for this designer.
Implements
Remarks
The designer host calls this method when it is ready to use the designer.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace | IDesigner | IDesignerHost
Show: