Enumeration of Attribute Flags
Member | Value | Description |
---|---|---|
eAddFlagNone | 0x0000 | No special flag |
eAddFlagTransparent | 0x0002 | When applied to a container, makes the container transparent (i.e. its attributes are directly visible without having to navigate into the container) |
eAddFlagHidden | 0x0004 | The attribute is not visible in the user interface property page. |
eAddFlagTransient | 0x0008 | The attribute is ignored during save/load. |
eAddFlagReadOnly | 0x0010 | The attribute is read-only and cannot be modified by the user. |
eAddFlagFixed | 0x0020 | The attribute container has a fixed size. Additions/removals of sub-elements are prohibited. |