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 = 4Specifies that
StrItemobject is hidden.None = 0Specifies that no flags are in effect.
Parsed = 1Specifies that
StrItemobject is already parsed.ReadOnly = 2Specifies that
StrItemobject is read-only.