Contents Index Topic Contents | ||
Previous Topic: TB_GETBUTTONTEXT Next Topic: TB_GETDISABLEDIMAGELIST |
TB_GETCOLORSCHEME
TB_GETCOLORSCHEME wParam = 0; lParam = (LPARAM)(LPCOLORSCHEME) lpcs;Retrieves the color scheme information from the toolbar control.
- Returns nonzero if successful, or zero otherwise.
- lpcs
- Address of a COLORSCHEME structure that will receive the color scheme information. You must set the cbSize member of this structure to sizeof(COLORSCHEME) before sending this message.
Version 4.71
See also TB_SETCOLORSCHEME
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.