Click or drag to resize

IGuiFactoryServiceGetControllerAndControl(Object, Type) Method

Gets a controller together with an attached control for the specified arguments.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
IMVCController? GetControllerAndControl(
	Object[] args,
	Type expectedControllerType
)

Parameters

args  Object
The controller creation arguments.
expectedControllerType  Type
The expected controller type.

Return Value

IMVCController
The controller with an attached control, or if no suitable controller was found.
See Also