PROPDESC_VIEW_FLAGS enumeration
These flags describe properties in property description list strings.
Syntax
typedef enum { PDVF_DEFAULT = 0x00000000, PDVF_CENTERALIGN = 0x00000001, PDVF_RIGHTALIGN = 0x00000002, PDVF_BEGINNEWGROUP = 0x00000004, PDVF_FILLAREA = 0x00000008, PDVF_SORTDESCENDING = 0x00000010, PDVF_SHOWONLYIFPRESENT = 0x00000020, PDVF_SHOWBYDEFAULT = 0x00000040, PDVF_SHOWINPRIMARYLIST = 0x00000080, PDVF_SHOWINSECONDARYLIST = 0x00000100, PDVF_HIDELABEL = 0x00000200, PDVF_HIDDEN = 0x00000800, PDVF_CANWRAP = 0x00001000, PDVF_MASK_ALL = 0x00001BFF } PROPDESC_VIEW_FLAGS;
Constants
- PDVF_DEFAULT
-
Show this property by default.
- PDVF_CENTERALIGN
-
This property should be centered.
- PDVF_RIGHTALIGN
-
This property should be right aligned.
- PDVF_BEGINNEWGROUP
-
Show this property as the beginning of the next collection of properties in the view.
- PDVF_FILLAREA
-
Fill the remainder of the view area with the content of this property.
- PDVF_SORTDESCENDING
-
Sort this property in reverse (descending) order. Applies to a property in a list of sorted properties.
- PDVF_SHOWONLYIFPRESENT
-
Show this property only if it is present.
- PDVF_SHOWBYDEFAULT
-
This property should be shown by default in a view (where applicable).
- PDVF_SHOWINPRIMARYLIST
-
This property should be shown by default in the primary column selection UI.
- PDVF_SHOWINSECONDARYLIST
-
This property should be shown by default in the secondary column selection UI.
- PDVF_HIDELABEL
-
Hide the label of this property if the view normally shows the label.
- PDVF_HIDDEN
-
This property should not be displayed as a column in the UI.
- PDVF_CANWRAP
-
This property can be wrapped to the next row.
- PDVF_MASK_ALL
-
A mask used to retrieve all flags.
Remarks
These values are defined in propsys.h and propsys.idl.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|