See Also: EditorAttribute Members
When editing the property, a visual designer should create a new instance of the specified editor through a dialog box or drop-down window.
Use the EditorAttribute.EditorBaseTypeName property to find this editor's base type. The only available base type is System.Drawing.Design.UITypeEditor.
Use the EditorAttribute.EditorTypeName property to get the name of the type of editor associated with this attribute.
For general information on using attributes. see Extending Metadata Using Attributes. For more information on design-time attributes, see Attributes and Design-Time Support.