WebControlToolboxItem Constructor (Type)

 

Creates a new instance of the WebControlToolboxItem class using the provided type.

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

public WebControlToolboxItem(
	Type type
)

Parameters

type
Type: System.Type

The Type of the tool for this toolbox item.

The DisplayName is set to a short version of the type name.

.NET Framework
Available since 1.1
Return to top
Show: