LocalizableProperties.GetEditor(Type) Method

Definition

Retrieves the editor for this object.

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

Parameters

editorBaseType
Type

A Type that represents the base type of the editor you want to find.

Returns

Returns the editor object.

Implements

Applies to