Enum PropertyGridItemValueFlags
Defines flags used in different methods of the property grid control.
[Flags]
public enum PropertyGridItemValueFlags
Fields
DontRecurse = 0Flag for SetProperty* functions, HideProperty(), etc. Apply changes only for the property in question.
Force = 256Force value change.
IncAttributes = 64Flag for GetPropertyValues(). Use this flag to include property attributes as well.
KeepStructure = 16Use this flag to retain category structure; each sub-category will be its own VariantList of Variant.
Recurse = 32Flag for SetProperty* functions, HideProperty(), etc. Apply changes recursively for the property and all its children.
RecurseStarts = 128Used when first starting recursion.
SortTopLevelOnly = 512Only sort categories and their immediate children. Sorting done by AutoSort option uses this.
Remarks
This enumeration supports a bitwise combination of its member values.