WebPartMenuStyle.ICustomTypeDescriptor.GetEditor Method (Type)
.NET Framework (current version)
Returns an editor of the specified type for this instance of a component. This method implements the ICustomTypeDescriptor.GetEditor method.
Assembly: System.Web (in System.Web.dll)
Private Function GetEditor ( editorBaseType As Type ) As Object Implements ICustomTypeDescriptor.GetEditor
Parameters
- editorBaseType
-
Type:
System.Type
A Type that represents the editor for this object.
Return Value
Type: System.ObjectAn Object of type editorBaseType that serves as the editor for this object, or null if the editor cannot be found.
Implements
ICustomTypeDescriptor.GetEditor(Type).NET Framework
Available since 2.0
Available since 2.0
Show: