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 the use of a color. Used by IVisualProperties methods.
Syntax
typedef enum VPCOLORFLAGS {
VPCF_TEXT = 1,
VPCF_BACKGROUND = 2,
VPCF_SORTCOLUMN = 3,
VPCF_SUBTEXT = 4,
VPCF_TEXTBACKGROUND = 5
} ;
Constants
VPCF_TEXTValue: 1 A text color. |
VPCF_BACKGROUNDValue: 2 A background color. |
VPCF_SORTCOLUMNValue: 3 A sort-column color. |
VPCF_SUBTEXTValue: 4 A subtext color. |
VPCF_TEXTBACKGROUNDValue: 5 Windows 7 and later. A text background color. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista, Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | shobjidl.h |