Base Unit Editor 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class BaseUnitEditor : FormVB
Public Class BaseUnitEditor
Inherits 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
| CloseButton | |
| components | Required designer variable. |
| m_Unit | |
| propertyGrid1 | |
| tabControl1 | |
| tabPage1 |
Extension Methods
| ChangeDefaultFont | (Defined by FormExtensions) |
| GetAllChildren | (Defined by FormExtensions) |
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |
| UIThread | (Defined by General) |
| UIThreadInvoke | (Defined by General) |