Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These flags describe properties in property description list strings.
Syntax
typedef enum PROPDESC_VIEW_FLAGS {
PDVF_DEFAULT = 0,
PDVF_CENTERALIGN = 0x1,
PDVF_RIGHTALIGN = 0x2,
PDVF_BEGINNEWGROUP = 0x4,
PDVF_FILLAREA = 0x8,
PDVF_SORTDESCENDING = 0x10,
PDVF_SHOWONLYIFPRESENT = 0x20,
PDVF_SHOWBYDEFAULT = 0x40,
PDVF_SHOWINPRIMARYLIST = 0x80,
PDVF_SHOWINSECONDARYLIST = 0x100,
PDVF_HIDELABEL = 0x200,
PDVF_HIDDEN = 0x800,
PDVF_CANWRAP = 0x1000,
PDVF_MASK_ALL = 0x1bff
} ;
Constants
PDVF_DEFAULT Value: 0 Show this property by default. |
PDVF_CENTERALIGN Value: 0x1 This property should be centered. |
PDVF_RIGHTALIGN Value: 0x2 This property should be right aligned. |
PDVF_BEGINNEWGROUP Value: 0x4 Show this property as the beginning of the next collection of properties in the view. |
PDVF_FILLAREA Value: 0x8 Fill the remainder of the view area with the content of this property. |
PDVF_SORTDESCENDING Value: 0x10 Sort this property in reverse (descending) order. Applies to a property in a list of sorted properties. |
PDVF_SHOWONLYIFPRESENT Value: 0x20 Show this property only if it is present. |
PDVF_SHOWBYDEFAULT Value: 0x40 This property should be shown by default in a view (where applicable). |
PDVF_SHOWINPRIMARYLIST Value: 0x80 This property should be shown by default in the primary column selection UI. |
PDVF_SHOWINSECONDARYLIST Value: 0x100 This property should be shown by default in the secondary column selection UI. |
PDVF_HIDELABEL Value: 0x200 Hide the label of this property if the view normally shows the label. |
PDVF_HIDDEN Value: 0x800 This property should not be displayed as a column in the UI. |
PDVF_CANWRAP Value: 0x1000 This property can be wrapped to the next row. |
PDVF_MASK_ALL Value: 0x1bff A mask used to retrieve all flags. |
Remarks
These values are defined in propsys.h and propsys.idl.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | propsys.h |