DependencyPropertyDescriptor.GetEditor Method
.NET Framework 3.0
Gets an editor of the specified type.
Namespace: System.ComponentModel
Assembly: WindowsBase (in windowsbase.dll)
Assembly: WindowsBase (in windowsbase.dll)
public Object GetEditor ( Type editorBaseType )
public override function GetEditor ( editorBaseType : Type ) : Object
You cannot use methods in XAML.
Parameters
- editorBaseType
The base type of editor, which is used to differentiate between multiple editors that a property supports.
Return Value
An instance of the requested editor type, or a null reference (Nothing in Visual Basic) if an editor cannot be found.This method relies on the underlying PropertyDescriptor.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.