Enumerates wheter or not a document controlled by a controller is directly changed or not.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Members Member name | Value | Description |
---|
Copy | 0 |
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.
|
Directly | 1 |
The document is used directly. All changes by the user are directly reflected in the controlled document.
|
See Also