Classes
| Name | Description |
|---|---|
| DewSerializableListAttribute | Fixed size collection property to be serialized should be marked with this attribute |
| FloatEdit | NumericUpDown control supporting complex numbers. |
| MatrixEditor | Matrix/TMtx design time editor. |
| MtxComponentEditor | Base MtxControl component designer editor. |
| MtxDataAdapter | TMtx ot TVec data adapter. |
| MtxDataset | Connects database numeric or byte[] field(s) and TVec object. |
| MtxDialog | Abstract class for component editors |
| MtxFunctionEvaluatorEditor | TMtxFunctionEvaluator component designer editor. |
| MtxGridView | Visual control for simple viewing/editing of vector or matrix values. |
| PositionPanel | Panel with customized slider. |
| TMtxProgressDialog | Manages and provides progress indicators of multi-threaded algorithms. |
| VecColumn | Provides connection between table column and TVec object. |
| VecColumns | VecColumn collection. |
| VectorEditor | Vector/TVec design time editor. |
| Wizard | Represents an extentable wizard control with basic page navigation functionality. |
| Wizard.AfterSwitchPagesEventArgs | Provides data for the AfterSwitchPages event of the Wizard control. |
| Wizard.BeforeSwitchPagesEventArgs | Provides data for the BeforeSwitchPages event of the Wizard control. |
| WizardPage | Represents a wizard page control with basic layout functionality. |
| WizardPagesCollection | Represents a collection of wizard pages. |
Enumerations
| Name | Description |
|---|---|
| ReadWriteMode | Defines how MtxDataset will read data from dataset. |
| WizardPageStyle | Represents possible styles of a wizard page. |
Delegates
| Name | Description |
|---|---|
| Wizard.AfterSwitchPagesEventHandler | Represents the method that will handle the AfterSwitchPages event of the Wizard control. |
| Wizard.BeforeSwitchPagesEventHandler | Represents the method that will handle the BeforeSwitchPages event of the Wizard control. |