This documentation is archived and is not being maintained.
CalendarDesigner.Initialize Method
.NET Framework 1.1
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
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:
- 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
CalendarDesigner Class | CalendarDesigner Members | System.Web.UI.Design.WebControls Namespace | IDesigner
Show: