The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DependencyPropertyDescriptor::GetEditor Method (Type^)
.NET Framework (current version)
Gets an editor of the specified type.
Assembly: WindowsBase (in WindowsBase.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.
This method relies on the underlying PropertyDescriptor.
.NET Framework
Available since 3.0
Available since 3.0
Show: