WM_CTLCOLOREDIT top-level constant

int const WM_CTLCOLOREDIT

An edit control that is not read-only or disabled sends the WM_CTLCOLOREDIT message to its parent window when the control is about to be drawn.

To learn more, see learn.microsoft.com/windows/win32/Controls/wm-ctlcoloredit.

Implementation

const WM_CTLCOLOREDIT = 307;