LVGROUPMETRICS (Windows Embedded CE 6.0)
1/6/2010
This structure is used to retrieve or set group metrics.
Syntax
typedef struct LVGROUPMETRICS {
UINT cbSize;
UINT mask;
UINT Left;
UINT Top;
UINT Right;
UINT Bottom;
COLORREF crLeft;
COLORREF crTop;
COLORREF crRight;
COLORREF crBottom;
COLORREF crRightHeader;
COLORREF crFooter;
} LVGROUPMETRICS, *PLVGROUPMETRICS;
Members
- cbSize
Size of an LVGROUPMETRICS structure.
mask
Flag that can have one or more of the following values.- LVGMF_BORDERCOLOR
- LVGMF_BORDERSIZE
- LVGMF_NONE
- LVGMF_TEXTCOLOR
- Left
Specifies the left border.
- Top
Specifies the top border.
- Right
Specifies the right border.
- Bottom
Specifies the bottom border.
- crLeft
Not supported.
- crTop
Not supported.
- crRight
Not supported.
- crBottom
Not supported.
- crRightHeader
Specifies the color of the header text.
- crFooter
Specifies the color of the footer text.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 5.0 and later |