ISettingsViewInitializeTopicViewDirtyIndicator Method |
Initializes an indicator whether the topic view is dirty or not.
Namespace: Altaxo.Gui.SettingsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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