PROPDESC_VIEW_FLAGS Enumeration |
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum PROPDESC_VIEW_FLAGS
Members
| Member name | Value | Description |
---|
| PDVF_DEFAULT | 0 |
Show this property by default.
|
| PDVF_CENTERALIGN | 1 |
This property should be centered.
|
| PDVF_RIGHTALIGN | 2 |
This property should be right aligned.
|
| PDVF_BEGINNEWGROUP | 4 |
Show this property as the beginning of the next collection of properties in the view.
|
| PDVF_FILLAREA | 8 |
Fill the remainder of the view area with the content of this property.
|
| PDVF_SORTDESCENDING | 16 |
Sort this property in reverse (descending) order. Applies to a property in a list of sorted properties.
|
| PDVF_SHOWONLYIFPRESENT | 32 |
Show this property only if it is present.
|
| PDVF_SHOWBYDEFAULT | 64 |
This property should be shown by default in a view (where applicable).
|
| PDVF_SHOWINPRIMARYLIST | 128 |
This property should be shown by default in the primary column selection UI.
|
| PDVF_SHOWINSECONDARYLIST | 256 |
This property should be shown by default in the secondary column selection UI.
|
| PDVF_HIDELABEL | 512 |
Hide the label of this property if the view normally shows the label.
|
| PDVF_HIDDEN | 2048 |
This property should not be displayed as a column in the UI.
|
| PDVF_CANWRAP | 4096 |
This property can be wrapped to the next row.
|
| PDVF_REVERSESORT | 16 |
Sort this property in reverse (descending) order. Applies to a property in a list of sorted properties.
Same as PDVF_SORTDESCENDING.
|
| PDVF_MASK_ALL | 7167 |
A mask used to retrieve all flags.
|
See Also