Click or drag to resize

PROPDESC_VIEW_FLAGS Enumeration

These flags describe properties in property description list strings. Wraps Windows' PROPDESC_VIEW_FLAGS enumeration..

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum PROPDESC_VIEW_FLAGS
Members
  Member nameValueDescription
PDVF_DEFAULT0 Show this property by default.
PDVF_CENTERALIGN1 This property should be centered.
PDVF_RIGHTALIGN2 This property should be right aligned.
PDVF_BEGINNEWGROUP4 Show this property as the beginning of the next collection of properties in the view.
PDVF_FILLAREA8 Fill the remainder of the view area with the content of this property.
PDVF_SORTDESCENDING16 Sort this property in reverse (descending) order. Applies to a property in a list of sorted properties.
PDVF_SHOWONLYIFPRESENT32 Show this property only if it is present.
PDVF_SHOWBYDEFAULT64 This property should be shown by default in a view (where applicable).
PDVF_SHOWINPRIMARYLIST128 This property should be shown by default in the primary column selection UI.
PDVF_SHOWINSECONDARYLIST256 This property should be shown by default in the secondary column selection UI.
PDVF_HIDELABEL512 Hide the label of this property if the view normally shows the label.
PDVF_HIDDEN2048 This property should not be displayed as a column in the UI.
PDVF_CANWRAP4096 This property can be wrapped to the next row.
PDVF_REVERSESORT16 Sort this property in reverse (descending) order. Applies to a property in a list of sorted properties. Same as PDVF_SORTDESCENDING.
PDVF_MASK_ALL7167 A mask used to retrieve all flags.
See Also