ExtenderControlToolboxItem Constructor (Type^)

 

Initializes a new instance of the ExtenderControlToolboxItem class by using the specified type.

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

public:
ExtenderControlToolboxItem(
	Type^ type
)

Parameters

type
Type: System::Type^

The type of the target control.

.NET Framework
Available since 3.5
Return to top
Show: