Share via


DataViewBrowseObject.GetEditor(Type) Method

Definition

Retrieves an editor for the specified base type and for the current browse object.

public:
 virtual System::Object ^ GetEditor(Type ^ editorBaseType);
public virtual object GetEditor (Type editorBaseType);
abstract member GetEditor : Type -> obj
override this.GetEditor : Type -> obj
Public Overridable Function GetEditor (editorBaseType As Type) As Object

Parameters

editorBaseType
Type

A Type representing the base type of the editor to get.

Returns

An instance of the editor that can be cast to the specified editor type, or null if no editor of the requested type can be found.

Implements

Applies to