TB_GETCOLORSCHEME message

Retrieves the color scheme information from the toolbar control.

Parameters

wParam

Must be zero.

lParam

Pointer to 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.

Return value

Returns nonzero if successful, or zero otherwise.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

TB_SETCOLORSCHEME