C# Class Hawkeye.UI.GenericComponentEditor

Inheritance: System.Windows.Forms.Design.WindowsFormsComponentEditor
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
EditComponent ( ITypeDescriptorContext context, object component, IWin32Window owner ) : bool

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

Méthodes protégées

Méthode Description
GetComponentEditorPages ( ) : System.Type[]

Gets the component editor pages associated with the component editor.

Private Methods

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

Method Details

EditComponent() public méthode

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.
Résultat bool

GetComponentEditorPages() protected méthode

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