Click or drag to resize

MultiChoiceControllerInitialize Method

Initializes the controller state and updates the view.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void Initialize(
	bool initData
)

Parameters

initData  Boolean
If set to , the controller reloads its document state.
See Also