C# Class Hawkeye.UI.GenericComponentEditor

Inheritance: System.Windows.Forms.Design.WindowsFormsComponentEditor
Datei anzeigen Open project: odalet/Hawkeye2

Public Methods

Method Description
EditComponent ( ITypeDescriptorContext context, object component, IWin32Window owner ) : bool

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

Protected Methods

Method Description
GetComponentEditorPages ( ) : System.Type[]

Gets the component editor pages associated with the component editor.

Private Methods

Method Description
CreateForm ( object component, Type pages ) : System.Windows.Forms.Design.ComponentEditorForm

Method Details

EditComponent() public method

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.
return bool

GetComponentEditorPages() protected method

Gets the component editor pages associated with the component editor.
protected GetComponentEditorPages ( ) : System.Type[]
return System.Type[]