Click or drag to resize

ControlViewElement(String, IMVCAController) 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,
	IMVCAController controller
)

Parameters

title  String

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

controller  IMVCAController

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

See Also