Gets an editor of the specified type.
[Visual Basic] Overridable Public Function GetEditor( _ ByVal editorBaseType As Type _ ) As Object [C#] public virtual object GetEditor( Type editorBaseType ); [C++] public: virtual Object* GetEditor( Type* editorBaseType ); [JScript] public function GetEditor( editorBaseType : Type ) : Object;
An instance of the requested editor type, or a null reference (in Visual Basic Nothing) if an editor could not be found.
PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace