Enum ItemState
Defines state of the StrItem
object, representing individual line in the Source.
This enumeration has a FlagsAttribute
attribute that allows a bitwise combination of its member values.
[Flags]
public enum ItemState : byte
Fields
Hidden = 4
Specifies that
StrItem
object is hidden.None = 0
Specifies that no flags are in effect.
Parsed = 1
Specifies that
StrItem
object is already parsed.ReadOnly = 2
Specifies that
StrItem
object is read-only.