Click or drag to resize

IGuiFactoryServiceFindAndAttachControlTo(IMVCController, Type) Method

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


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Object? FindAndAttachControlTo(
	IMVCController controller,
	Type expectedType
)

Parameters

controller  IMVCController

[Missing <param name="controller"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.FindAndAttachControlTo(Altaxo.Gui.IMVCController,System.Type)"]

expectedType  Type

[Missing <param name="expectedType"/> documentation for "M:Altaxo.Main.Services.IGuiFactoryService.FindAndAttachControlTo(Altaxo.Gui.IMVCController,System.Type)"]

Return Value

Object

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

See Also