_PROPERTYUI_FLAGS enumeration (shobjidl_core.h)

Specifies property features.

Syntax

typedef enum _PROPERTYUI_FLAGS {
  PUIF_DEFAULT = 0,
  PUIF_RIGHTALIGN = 0x1,
  PUIF_NOLABELININFOTIP = 0x2
} ;

Constants

 
PUIF_DEFAULT
Value: 0
There are no special features defined.
PUIF_RIGHTALIGN
Value: 0x1
The property should be right aligned.
PUIF_NOLABELININFOTIP
Value: 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