C# Class Hawkeye.UI.GenericComponentEditorPage

Inheritance: System.Windows.Forms.Design.ComponentEditorPage
Show file Open project: odalet/Hawkeye2

Public Methods

Method Description
GenericComponentEditorPage ( ) : System.Drawing
GenericComponentEditorPage ( string text ) : System.Drawing

Protected Methods

Method Description
LoadComponent ( ) : void
SaveComponent ( ) : void

Method Details

GenericComponentEditorPage() public method

public GenericComponentEditorPage ( ) : System.Drawing
return System.Drawing

GenericComponentEditorPage() public method

public GenericComponentEditorPage ( string text ) : System.Drawing
text string
return System.Drawing

LoadComponent() protected method

protected LoadComponent ( ) : void
return void

SaveComponent() protected method

protected SaveComponent ( ) : void
return void