ICustomTypeDescriptor::GetEditor Method (Type^)
.NET Framework (current version)
Returns an editor of the specified type for this instance of a component.
Assembly: System (in System.dll)
Parameters
- editorBaseType
-
Type:
System::Type^
A Type that represents the editor for this object.
Return Value
Type: System::Object^An Object of the specified type that is the editor for this object, or null if the editor cannot be found.
The type of the editorBaseType parameter is usually UITypeEditor, but you can also use other types (for example, ComponentEditor and InstanceCreationEditor).
.NET Framework
Available since 1.1
Available since 1.1
Show: