ControlViewElement(String, IMVCAController) Constructor |
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ControlViewElement(
string title,
IMVCAController controller
)
Parameters
- title String
- The title of the view element.
- controller IMVCAController
- The controller that provides the view.
See Also