Specifies the class to use to implement design-time services.
Object
Attribute
MemberAttribute
DesignerAttribute
[Visual Basic] Public Class DesignerAttribute Inherits MemberAttribute [C#] public class DesignerAttribute : MemberAttribute [C++] public __gc class DesignerAttribute : public MemberAttribute [JScript] public class DesignerAttribute extends MemberAttribute
The class you use for the design-time services must implement the IDesigner interface.
Use the DesignerBaseTypeName property to find the designer's base type. Use the DesignerTypeName property to get the name of the type of designer associated with this member.
For more information, see TBD and TBD.
Namespace: System.ComponentModel
Assembly: System.dll