C# Класс Hawkeye.UI.GenericComponentEditor

Наследование: System.Windows.Forms.Design.WindowsFormsComponentEditor
Показать файл Открыть проект

Открытые методы

Метод Описание
EditComponent ( ITypeDescriptorContext context, object component, IWin32Window owner ) : bool

Creates an editor window that allows the user to edit the specified component.

Защищенные методы

Метод Описание
GetComponentEditorPages ( ) : System.Type[]

Gets the component editor pages associated with the component editor.

Приватные методы

Метод Описание
CreateForm ( object component, Type pages ) : System.Windows.Forms.Design.ComponentEditorForm

Описание методов

EditComponent() публичный Метод

Creates an editor window that allows the user to edit the specified component.
public EditComponent ( ITypeDescriptorContext context, object component, IWin32Window owner ) : bool
context ITypeDescriptorContext An that can be used to gain additional context information.
component object The component to edit.
owner IWin32Window An that the component belongs to.
Результат bool

GetComponentEditorPages() защищенный Метод

Gets the component editor pages associated with the component editor.
protected GetComponentEditorPages ( ) : System.Type[]
Результат System.Type[]