TB_GETCOLORSCHEMETB_GETCOLORSCHEME*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.