DesignerAttribute Constructor (Type^, Type^)

 

Initializes a new instance of the DesignerAttribute class using the types of the designer and designer base class.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
DesignerAttribute(
	Type^ designerType,
	Type^ designerBaseType
)

Parameters

designerType
Type: System::Type^

A Type that represents the class that provides design-time services for the component this attribute is bound to.

designerBaseType
Type: System::Type^

A Type that represents the base class to associate with the designerType.

The class you use for the design-time services must implement the IDesigner interface.

The designerBaseType parameter allows you to attach more than one type of designer for a given class.

.NET Framework
Available since 1.1
Return to top
Show: