System.ComponentModel.DebugTypeDescriptor.GetEditor C# (CSharp) Method

GetEditor() public static method

public static GetEditor ( object component, Type editorBaseType ) : object
component object
editorBaseType System.Type
return object
        public static object GetEditor(object component, Type editorBaseType) {
            return GetEditor(component, editorBaseType, false);
        }

Same methods

DebugTypeDescriptor::GetEditor ( Type type, Type editorBaseType ) : object
DebugTypeDescriptor::GetEditor ( object component, Type editorBaseType, bool noCustomTypeDesc ) : object