BaseUnitEditor Class

Base class for a unit operation editor.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public class BaseUnitEditor : Form
Inheritance
Object    MarshalByRefObject    Component    Control    ScrollableControl    ContainerControl    Form    BaseUnitEditor

Remarks

This editor can be used by all unit operations. It creates a tabbed form that exposes the unit's properties (parameters and ports) on the first tab. This editor can be inherited and tabs added to the tab control to customize the form for a unit operation.

Constructors

Methods

CloseButton_Click 
Dispose Clean up any resources being used.
(Overrides FormDispose(Boolean))
InitializeComponent Required method for Designer support - do not modify the contents of this method with the code editor.

Fields

Extension Methods

See Also