Click or drag to resize

IMultiChildControllerInitialize Method

Initializes the controller with child controllers.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void 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