DesignerAttribute Constructor (Type^, Type^)
.NET Framework (current version)
Initializes a new instance of the DesignerAttribute class using the types of the designer and designer base class.
Assembly: System (in System.dll)
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
Available since 1.1
Show: