Skip to content

Latest commit

 

History

History
81 lines (47 loc) · 1.96 KB

wm-ctlcolor-.md

File metadata and controls

81 lines (47 loc) · 1.96 KB
description ms.assetid title ms.topic ms.date
The WM\_CTLCOLOR message is used in 16-bit versions of Windows to change the color scheme of list boxes, the list boxes of combo boxes, message boxes, button controls, edit controls, static controls, and dialog boxes.Note  For information related to this message and 32-bit versions of Windows, see Remarks.
e654cf48-550f-4210-9952-20470b9a397a
WM_CTLCOLOR message (WindowsX.h)
reference
05/31/2018

WM_CTLCOLOR message

The WM_CTLCOLOR message is used in 16-bit versions of Windows to change the color scheme of list boxes, the list boxes of combo boxes, message boxes, button controls, edit controls, static controls, and dialog boxes.

Note

For information related to this message and 32-bit versions of Windows, see Remarks.

 

  WM_CTLCOLOR

  WPARAM wParam;
  LPARAM lParam;
    

Parameters

hwnd

A handle to destination window.

wParam

A handle to a display context (DC).

lParam

A handle to a child window (control).

Return value

If an application processes this message, it returns a handle to a brush. The system uses the brush to paint the background of the control.

Remarks

The WM_CTLCOLOR message from 16-bit Windows has been replaced by more specific notifications. These replacements include the following:

Requirements

Requirement Value
Header
WindowsX.h