Gets an editor with the specified base type.
Gets an editor with the specified base type for the specified component.
[Visual Basic] Overloads Public Shared Function GetEditor(Object, Type, Boolean) As Object
[C#] public static object GetEditor(Object, Type, bool);
[C++] public: static Object* GetEditor(Object*, Type, bool);
[JScript] public static function GetEditor(Object, Type, Boolean) : Object;
Gets an editor with the specified base type for the specified component.
[Visual Basic] Overloads Public Shared Function GetEditor(Object, Type) As Object
[C#] public static object GetEditor(Object, Type);
[C++] public: static Object* GetEditor(Object*, Type);
[JScript] public static function GetEditor(Object, Type) : Object;
TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace