Specifies the editor to use to change a property.
Object
Attribute
MemberAttribute
EditorAttribute
[Visual Basic] NotInheritable Public Class EditorAttribute Inherits MemberAttribute [C#] public sealed class EditorAttribute : MemberAttribute [C++] public __gc __sealed class EditorAttribute : public MemberAttribute [JScript] public class EditorAttribute extends MemberAttribute
When editing the property, a visual designer should instantiate the specified editor through a dialog box.
Use the EditorBaseTypeName property to find this editor's base type. Use the EditorTypeName property to get the name of the type of editor associated with this attribute.
For more information, see TBD and TBD.
Namespace: System.ComponentModel
Assembly: System.dll