CalendarDesigner.Initialize Method (IComponent)

 

Initializes the designer with the specified component.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public override void Initialize(
	IComponent component
)

Parameters

component
Type: System.ComponentModel.IComponent

The IComponent object for this designer.

The designer host calls Initialize to initialize the component for the designer.

.NET Framework
Available since 1.1
Return to top
Show: