ControlViewElement(String, IApplyController, Object) Constructor |
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ControlViewElement(
string title,
IApplyController controller,
Object view
)
Parameters
- title String
- The title of the view element.
- controller IApplyController
- The controller that applies the changes.
- view Object
- The view object associated with the controller.
See Also