TextItemAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
IsDirty | 1 | The TextItem is dirty. This bit is set internally when the value changes. | |
FromStorage | 2 | The TextItem was loaded from storage (xmt_text). | |
Persist | 4 | This TextItem should be persisted to storage. | |
ToRemove | 16 | This item should should be removed when RemoveMarked is called. | |
NoProductionLoad | 32 | This item should not be loaded when the application IsProduction property is true. | |
Literal | 64 | The text item should be displayed literally. No case or format transformation is allowed on text items with this attribute. | |
Translated | 128 | The text item has been translated. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.