CustomTypeDescriptor::GetEditor Method (Type^)

 

Returns an editor of the specified type that is to be associated with the class represented by this type descriptor.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
virtual Object^ GetEditor(
	Type^ editorBaseType
)

Parameters

editorBaseType
Type: System::Type^

The base type of the editor to retrieve.

Return Value

Type: System::Object^

An editor of the given type that is to be associated with the class represented by this type descriptor. The default is null.

If a parent custom type descriptor was passed into the CustomTypeDescriptor constructor, the GetEditor method will call the parent's corresponding method.

.NET Framework
Available since 2.0
Return to top
Show: