Windows apps
Collapse the table of content
Expand the table of content
Information
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.

ICustomTypeDescriptor::GetEditor Method (Type^)

 

Returns an editor of the specified type for this instance of a component.

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

Object^ GetEditor(
	Type^ editorBaseType
)

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