Unit Selector Class
The unit selector class provides a graphical user interface (GUI) for the UnitOperationWrapper class.
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 UnitSelector : FormVB
Public Class UnitSelector
Inherits Form- Inheritance
- Object MarshalByRefObject Component Control ScrollableControl ContainerControl Form UnitSelector
Constructors
| UnitSelector | Creates a new instance of the UnitSelector class. |
Properties
| Unit | The type of the unit operation to be created. |
Methods
| AddPath | |
| AddType | |
| CancelButton_Click | |
| Dispose |
Clean up any resources being used.
(Overrides FormDispose(Boolean)) |
| helpToolStripMenuItem1_Click | |
| InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. |
| OKbutton_Click | |
| openToolStripMenuItem_Click |
Fields
| addedTypes | |
| components | Required designer variable. |
| fileToolStripMenuItem | |
| helpToolStripMenuItem | |
| helpToolStripMenuItem1 | |
| m_CancelButton | |
| m_OKbutton | |
| m_Unit | |
| menuStrip1 | |
| openToolStripMenuItem | |
| treeView1 |
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) |