Contains information for the drawing of buttons in a toolbar or rebar
Global Const $tagCOLORSCHEME = "dword Size;dword BtnHighlight;dword BtnShadow"
Size | Size of this structure, in bytes |
BtnHighlight | The COLORREF value that represents the highlight color of the buttons. Use $CLR_DEFAULT for the default highlight color. |
BtnShadow | The COLORREF value that represents the shadow color of the buttons. Use $CLR_DEFAULT for the default shadow color. |