PropertyDescriptor::GetEditor Method (Type^)
.NET Framework (current version)
Gets an editor of the specified type.
Assembly: System (in System.dll)
Parameters
- editorBaseType
-
Type:
System::Type^
The base type of editor, which is used to differentiate between multiple editors that a property supports.
Return Value
Type: System::Object^An instance of the requested editor type, or null if an editor cannot be found.
.NET Framework
Available since 1.1
Available since 1.1
Show: