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.3572.0 (4.8.3572.0)
Syntax
C#
public void FindAndAttachControlUsingGuiTemplate(
	IMVCController controller,
	Object viewTemplate
)

Parameters

controller  IMVCController
The controller to which a control should be attached.
viewTemplate  Object
The GUI template whose type is used to determine the GUI technology.
See Also