Click or drag to resize

GUIFactoryServiceFindAndAttachControlUsingGuiTemplate Method

Try to attach a control to the controller. To determine the type of gui, the viewTemplate is analysed.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void FindAndAttachControlUsingGuiTemplate(
	IMVCController controller,
	Object viewTemplate
)

Parameters

controller  IMVCController

[Missing <param name="controller"/> documentation for "M:Altaxo.Main.Services.GUIFactoryService.FindAndAttachControlUsingGuiTemplate(Altaxo.Gui.IMVCController,System.Object)"]

viewTemplate  Object

[Missing <param name="viewTemplate"/> documentation for "M:Altaxo.Main.Services.GUIFactoryService.FindAndAttachControlUsingGuiTemplate(Altaxo.Gui.IMVCController,System.Object)"]

See Also