DynamicRecord.ICustomTypeDescriptor.GetEditor(Type) Method

Definition

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

object ICustomTypeDescriptor.GetEditor (Type editorBaseType);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
override this.System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
Function GetEditor (editorBaseType As Type) As Object Implements ICustomTypeDescriptor.GetEditor

Parameters

editorBaseType
Type

The editor for this object. The value of this parameter is ignored by this implementation and does not affect the outcome of this method.

Returns

null in all cases.

Implements

Applies to