Click or drag to resize

ITextDocumentViewIsInInitializationMode Property

Flag that is set if the view is in initialization mode. If in initialization mode, it should not fire events etc, not render the document.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsInInitializationMode { set; }

Property Value

Boolean
See Also