CustomTypeDescriptor::GetEditor Method (Type^)
.NET Framework (current version)
Returns an editor of the specified type that is to be associated with the class represented by this type descriptor.
Assembly: System (in System.dll)
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.
Implements
ICustomTypeDescriptor::GetEditor(Type^)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
Available since 2.0
Show: