Contents Index Topic Contents | ||
Previous Topic: Common Control Structures Next Topic: INITCOMMONCONTROLSEX |
COLORSCHEME
typedef struct tagCOLORSCHEME{ DWORD dwSize; COLORREF clrBtnHighlight; COLORREF clrBtnShadow; } COLORSCHEME, *LPCOLORSCHEME;Contains information for the drawing of buttons in a toolbar or rebar.
- dwSize
- Size of this structure, in bytes.
- clrBtnHighlight
- COLORREF value that represents the highlight color of the buttons.
- clrBtnShadow
- COLORREF value that represents the shadow color of the buttons.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.