Enum PropertyGridValueFormatFlags
Misc. argument flags used in the value format methods in the property grid control.
[Flags]
public enum PropertyGridValueFormatFlags
Fields
CompositeFragment = 16Used when dealing with fragments of composite string value.
EditableValue = 8Get/Store editable value instead of displayed one (should only be different in the case of common values).
FullValue = 1Get/Store full value instead of displayed value.
ProgrammaticValue = 128Value is being set programmatically (i.e. not by user).
PropertySpecific = 4Property specific flag.
ReportError = 2Perform special action in case of unsuccessful conversion.
UneditableCompositeFragment = 32Means property for which final string value is for cannot really be edited.
ValueIsCurrent = 64ValueToString() called from GetValueAsString() (guarantees that input wxVariant value is current own value).
Remarks
This enumeration supports a bitwise combination of its member values.