WebPartMenuStyle::ICustomTypeDescriptor::GetEditor Method (Type^)

 

Returns an editor of the specified type for this instance of a component. This method implements the ICustomTypeDescriptor::GetEditor method.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

private:
virtual Object^ GetEditor(
	Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor

Parameters

editorBaseType
Type: System::Type^

A Type that represents the editor for this object.

Return Value

Type: System::Object^

An Object of type editorBaseType that serves as the editor for this object, or null if the editor cannot be found.

.NET Framework
Available since 2.0
Return to top
Show: