This documentation is archived and is not being maintained.

CalendarDesigner.Initialize Method

Initializes the designer with the specified component.

[Visual Basic]
Overrides Public Sub Initialize( _
   ByVal component As IComponent _
) Implements IDesigner.Initialize
[C#]
public override void Initialize(
 IComponent component
);
[C++]
public: void Initialize(
 IComponent* component
);
[JScript]
public override function Initialize(
   component : IComponent
);

Parameters

component
The IComponent for this designer.

Implements

IDesigner.Initialize

Remarks

The designer host calls Initialize to establish the component for design.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

CalendarDesigner Class | CalendarDesigner Members | System.Web.UI.Design.WebControls Namespace | IDesigner

Show: