PH_COLOR (Windows Embedded CE 6.0)
1/6/2010
Enumeration used in conjunction with PHGetColor function.
Syntax
typedef enum _PH_COLOR
{
phcDefaultTransparentColor = 0,
phcDefaultBackgroundColor,
phcDefaultTextColor,
phcDisplayItemBackgroundColor,
phcDisplayItemSelectedBackgroundColor,
phcDisplayItemTextColor,
phcDisplayItemSelectedTextColor,
phcDisplayItemBorderColor,
phcDisplayItemSelectedBorderColor,
phcLast,
} PH_COLOR;
Elements
- phcDefaultTransparentColor
The default transparent color.
- phcDefaultBackgroundColor
The default background color.
- phcDefaultTextColor
The default text color.
- phcDisplayItemBackgroundColor
The Display Item background color.
- phcDisplayItemSelectedBackgroundColor
The Display Item Selection background color.
- phcDisplayItemTextColor
The Display Item text color.
- phcDisplayItemSelectedTextColor
The Display Item Selection text color.
- phcDisplayItemBorderColor
The Display Item border color.
- phcDisplayItemSelectedBorderColor
The Display Item Selection border color.
- phfLast
Last element in enumeration.
Remarks
Note
This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.
Requirements
Header | controldefinitions.h |
Library | PhCommon.dll |
Windows Embedded CE | Windows Embedded CE 6.0 and later |