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
- One or more flags that can consist of:
- LVGF_NONE
- LVGF_BORDERSIZE
- LVGF_BORDERCOLOR
- LVGF_TEXTCOLOR
- Left
- Specifies the left border.
- Top
- Specifies the top border.
- Right
- Specifies the right border.
- Bottom
- Specifies the bottom border.
- crLeft
- Specifies the color of the left border.
- crTop
- Specifies the color of the top border.
- crRight
- Specifies the color of the right border.
- crBottom
- Specifies the color of the bottom border.
- crRightHeader
- Specifies the color of the header text.
- crFooter
- Specifies the color of the footer text.
Structure Information
Header Commctrl.h Minimum operating systems Windows NT Whistler