PropertyDescriptor::GetEditor Method (Type^)

 

Gets an editor of the specified type.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
virtual Object^ GetEditor(
	Type^ editorBaseType
)

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
Return to top
Show: