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.3179.0 (4.8.3179.0)
Syntax
C#
public ControlViewElement(
	string title,
	IApplyController controller,
	Object view
)

Parameters

title  String

[Missing <param name="title"/> documentation for "M:Altaxo.Gui.Common.ControlViewElement.#ctor(System.String,Altaxo.Gui.IApplyController,System.Object)"]

controller  IApplyController

[Missing <param name="controller"/> documentation for "M:Altaxo.Gui.Common.ControlViewElement.#ctor(System.String,Altaxo.Gui.IApplyController,System.Object)"]

view  Object

[Missing <param name="view"/> documentation for "M:Altaxo.Gui.Common.ControlViewElement.#ctor(System.String,Altaxo.Gui.IApplyController,System.Object)"]

See Also