IMultiChildControllerInitialize Method |
Initializes the controller with child controllers.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid Initialize(
IMVCAController[] childs,
bool horizontalLayout
)
Parameters
- childs IMVCAController
- The child controllers managed by this controller.
- horizontalLayout Boolean
- If set to true, the child controls are arranged horizontally.
See Also