DataListDesigner::Initialize Method (IComponent^)

 

Initializes the designer with the specified component.

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

public:
virtual void Initialize(
	IComponent^ component
) override

Parameters

component
Type: System.ComponentModel::IComponent^

The control element being designed.

The following code example shows how to override the Initialize method to ensure that the designer is initialized only with instances of the SimpleDataList class.

This code example is part of a larger example provided for the DataListDesigner class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: