Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.43 KB

tb-getcolorscheme.md

File metadata and controls

67 lines (39 loc) · 1.43 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TB_GETCOLORSCHEME message (Commctrl.h)
Retrieves the color scheme information from the toolbar control.
af172631-309e-4181-a690-05946cd6e143
TB_GETCOLORSCHEME message Windows Controls
apiref
TB_GETCOLORSCHEME
Commctrl.h
HeaderDef
reference
05/31/2018

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