DesignerAttribute Constructor

 

Initializes a new instance of the DesignerAttribute class.

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

NameDescription
System_CAPS_pubmethodDesignerAttribute(String^)

Initializes a new instance of the DesignerAttribute class using the name of the type that provides design-time services.

System_CAPS_pubmethodDesignerAttribute(String^, String^)

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

System_CAPS_pubmethodDesignerAttribute(String^, Type^)

Initializes a new instance of the DesignerAttribute class, using the name of the designer class and the base class for the designer.

System_CAPS_pubmethodDesignerAttribute(Type^)

Initializes a new instance of the DesignerAttribute class using the type that provides design-time services.

System_CAPS_pubmethodDesignerAttribute(Type^, Type^)

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

Return to top
Show: