Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |