Click or drag to resize

ControlViewElement(String, IApplyController, Object) Constructor

Initializes a new instance of the ControlViewElement class.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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