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.
This structure is used to retrieve or set group metrics.
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
OS Versions: Windows CE 5.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors