MoveableDecoratorHostShape.ICustomTypeDescriptor.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

Параметры

editorBaseType
Type

Объект System.Type, представляющий редактора для этого объекта.

Возвращаемое значение

Object

Редактор родительской фигуры.

Реализации

Применяется к