DesignerAttribute Constructor
.NET Framework (current version)
Initializes a new instance of the DesignerAttribute class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | DesignerAttribute(String^) | Initializes a new instance of the DesignerAttribute class using the name of the type that provides design-time services. |
![]() | DesignerAttribute(String^, String^) | Initializes a new instance of the DesignerAttribute class using the designer type and the base class for the designer. |
![]() | DesignerAttribute(String^, Type^) | Initializes a new instance of the DesignerAttribute class, using the name of the designer class and the base class for the designer. |
![]() | DesignerAttribute(Type^) | Initializes a new instance of the DesignerAttribute class using the type that provides design-time services. |
![]() | DesignerAttribute(Type^, Type^) | Initializes a new instance of the DesignerAttribute class using the types of the designer and designer base class. |
Show:
