Click or drag to resize

IGuiFactoryServiceFindAndAttachControlTo(IMVCController) Method

Finds and attaches a suitable control to the specified controller.

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

Parameters

controller  IMVCController
The controller to attach a control to.
See Also