Click or drag to resize

IScriptTextIsReadOnly 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.3179.0 (4.8.3179.0)
Syntax
C#
bool IsReadOnly { get; }

Property Value

Boolean
See Also