IGuiFactoryServiceFindAndAttachControlTo(IMVCController, Type) Method |
Finds and attaches a suitable control of the expected type to the specified controller.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxObject? FindAndAttachControlTo(
IMVCController controller,
Type expectedType
)
Parameters
- controller IMVCController
- The controller to attach a control to.
- expectedType Type
- The expected control type.
Return Value
ObjectThe attached control, or
null if no suitable control was found.
See Also