State of 'dirtiness' of each logical line in document.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public enum LineDirtyState |
Visual Basic |
---|
Public Enumeration LineDirtyState |
Members
Member name | Value | Description | |
---|---|---|---|
Clean | 0 | The line is not modified yet. | |
Dirty | 1 | The line was modified. | |
Cleaned | 2 | The line was modified but it is now marked as 'not modified.' |