COLORSCHEME structure (commctrl.h)

Contains information for the drawing of buttons in a toolbar or rebar.

Syntax

typedef struct tagCOLORSCHEME {
  DWORD    dwSize;
  COLORREF clrBtnHighlight;
  COLORREF clrBtnShadow;
} COLORSCHEME, *LPCOLORSCHEME;

Members

dwSize

Type: DWORD

The size of this structure, in bytes.

clrBtnHighlight

Type: COLORREF

The COLORREF value that represents the highlight color of the buttons. Use CLR_DEFAULT for the default highlight color.

clrBtnShadow

Type: COLORREF

The COLORREF value that represents the shadow color of the buttons. Use CLR_DEFAULT for the default shadow color.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header commctrl.h