The PGPropertyFlags enumeration provides the following values:
Description |
Value |
---|---|
|
Indicates bold font. |
|
Disables (‘greyed’ text and editor does not activate) property. |
|
Hider button will hide this property. |
|
This property has custom paint image just in front of its value. |
|
Do not create text based editor for this property (but button-triggered dialog and choice are ok). |
|
Property is collapsed, ie. |
|
If property is selected, then indicates that validation failed for pending value. |
|
Switched via SetWasModified(). |
|
If set, then child properties (if any) are private, and should be “invisible” to the application. |
|
If set, then child properties (if any) are copies and should not be deleted in dtor. |
|
Classifies this item as a non-category. |
|
Classifies this item as a category. |
|
Classifies this item as a property that has children, but is not aggregate (i.e. |
|
Property is read-only. |
|
Property’s value is composed from values of child properties. |
|
Common value of property is selectable in editor. |
|
Property can be set to unspecified value via editor. |
|
Indicates the bit usable by derived properties. |
|
Indicates the bit usable by derived properties. |
|
Indicates that the property is being deleted and should be ignored. |