Click or drag to resize

GUIFactoryServiceFindAndAttachControlTo(IMVCController) Method

Searchs for a appropriate control for a given controller and attaches the control to the controller.

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

Parameters

controller  IMVCController
The controller a control is searched for.

Implements

IGuiFactoryServiceFindAndAttachControlTo(IMVCController)
See Also