Contents Index Topic Contents | ||
Previous Topic: TB_SETCMDID Next Topic: TB_SETDISABLEDIMAGELIST |
TB_SETCOLORSCHEME
TB_SETCOLORSCHEME wParam = 0; lParam = (LPARAM)(LPCOLORSCHEME) lpcs;Sets the color scheme information for the toolbar control.
- The return value for this message is not used.
- lpcs
- Address of a COLORSCHEME structure that contains the color scheme information.
The toolbar control uses the color scheme information when drawing the 3-D elements in the control.
Version 4.71
See also TB_GETCOLORSCHEME
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.