TB_SETCOLORSCHEME


Sets the color scheme information for the toolbar control.

TB_SETCOLORSCHEME
    wParam = 0;
    lParam = (LPARAM)(LPCOLORSCHEME) lpcs;

Parameters

lpcs
Address of a COLORSCHEME structure that contains the color scheme information.

Return Values

The return value for this message is not used.

Remarks

The toolbar control uses the color scheme information when drawing the 3-D elements in the control.

See Also

TB_GETCOLORSCHEME

Requirements

  Version 4.71 and later of Comctl32.dll

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 4.0 or later).
  Windows 95/98: Requires Windows 98 (or Windows 95 with Internet Explorer 4.0 or later).
  Header: Declared in commctrl.h.