LVGROUPMETRICS (Windows CE 5.0)

Send Feedback

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

List-View Controls Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.