XmlDesigner::Initialize Method (IComponent^)

 
Use BaseTrue

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes the designer with the control that this instance of the designer is associated with.

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 associated control.

.NET Framework
Available since 1.1
Return to top
Show: