ICustomTypeDescriptor.GetEditor(Type) Método

Definición

Devuelve un editor del tipo especificado para esta instancia de un componente.

public:
 System::Object ^ GetEditor(Type ^ editorBaseType);
public object GetEditor (Type editorBaseType);
public object? GetEditor (Type editorBaseType);
abstract member GetEditor : Type -> obj
Public Function GetEditor (editorBaseType As Type) As Object

Parámetros

editorBaseType
Type

Type que representa el editor para este objeto.

Devoluciones

Un Object del tipo especificado que es el editor para este objeto o null si no se encuentra el editor.

Comentarios

El tipo del editorBaseType parámetro suele UITypeEditorser , pero también puede usar otros tipos (por ejemplo, ComponentEditor y InstanceCreationEditor).

Se aplica a

Consulte también