Retrieves the an editor for this object.
[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 editor of the requested type, or null.
AxHost Class | AxHost Members | System.WinForms Namespace | ICustomTypeDescriptor