Click or drag to resize

IGuiFactoryServiceGetControllerAndControl(Object, Type) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetControllerAndControl(System.Object[],System.Type)"]


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

Parameters

args  Object

[Missing <param name="args"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetControllerAndControl(System.Object[],System.Type)"]

expectedControllerType  Type

[Missing <param name="expectedControllerType"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetControllerAndControl(System.Object[],System.Type)"]

Return Value

IMVCController

[Missing <returns> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.GetControllerAndControl(System.Object[],System.Type)"]

See Also