Click or drag to resize

ISettingsViewInitializeTopicViewDirtyIndicator Method

Initializes an indicator whether the topic view is dirty or not.

Namespace: Altaxo.Gui.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void InitializeTopicViewDirtyIndicator(
	int dirtyIndicator
)

Parameters

dirtyIndicator  Int32
The dirty indicator. Zero means: is not dirty, 1: is dirty, and 2 means: the topic view contains errors.
See Also