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.
Specifies property features.
Syntax
typedef enum _PROPERTYUI_FLAGS {
PUIF_DEFAULT = 0,
PUIF_RIGHTALIGN = 0x1,
PUIF_NOLABELININFOTIP = 0x2
} ;
Constants
PUIF_DEFAULTValue: 0 There are no special features defined. |
PUIF_RIGHTALIGNValue: 0x1 The property should be right aligned. |
PUIF_NOLABELININFOTIPValue: 0x2 The property should not display a label in the infotip. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | shobjidl_core.h |