System.ComponentModel.EditorAttribute public sealed class EditorAttribute : Attribute Documentation public string EditorBaseTypeName { get; } public string EditorTypeName { get; } public EditorAttribute() public EditorAttribute(string typeName, string baseTypeName) public EditorAttribute(string typeName, Type baseType) public EditorAttribute(Type type, Type baseType)