Click or drag to resize

AbstractScriptIsReadOnly Property

Returns true when the script text can not be modified. Use CloneForModification to obtain a writable copy.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsReadOnly { get; }

Property Value

Boolean

Implements

IScriptTextIsReadOnly
See Also