Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |