Retrieves the an editor for this object.
[Visual Basic] Function GetEditor( _ ByVal editorBaseType As Type _ ) As Object [C#] object GetEditor( Type editorBaseType ); [C++] Object* GetEditor( Type* editorBaseType ) = 0; [JScript] function GetEditor( editorBaseType : Type ) : Object;
An editor of the requested type, or null.
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace