Click or drag to resize

UseDocument Enumeration

Enumerates wheter or not a document controlled by a controller is directly changed or not.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum UseDocument
Members
Member nameValueDescription
Copy0 The document is not used directly. All changes by the user are temporarily stored and committed only when the Apply function of the controller is called.
Directly1 The document is used directly. All changes by the user are directly reflected in the controlled document.
See Also