NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CalendarDesigner.Initialize

Initializes the designer with the component for design.

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

Parameters

component
The control element for design.

Remarks

This is called by the designer host to establish the component for design.

See Also

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