Click or drag to resize

InfoWarningErrorMessageControllerInitialize Method

Initializes the controller state and transfers cached view settings to the attached view.

Namespace: Altaxo.Gui.Main.Services
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 true, the controller initializes its data state.
See Also