GUIFactoryServiceFindAndAttachControlUsingGuiTemplate Method |
Try to attach a control to the controller. To determine the type of gui, the viewTemplate is analysed.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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