SubMenuStyle.ICustomTypeDescriptor.GetEditor(Type) Method

Definition

For a description of this member, see GetEditor(Type).

 virtual System::Object ^ System.ComponentModel.ICustomTypeDescriptor.GetEditor(Type ^ editorBaseType) = System::ComponentModel::ICustomTypeDescriptor::GetEditor;
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

A Type that represents the editor for this object.

Returns

An Object of the specified type that is the editor for this object, or null if the editor cannot be found.

Implements

Remarks

This member is an explicit interface member implementation. It can only be used when the SubMenuStyle instance is cast to the ICustomTypeDescriptor interface.

Applies to