IGuiFactoryServiceFindAndAttachControlTo(IMVCController) Method |
Finds and attaches a suitable control to the specified controller.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid FindAndAttachControlTo(
IMVCController controller
)
Parameters
- controller IMVCController
- The controller to attach a control to.
See Also