WM_STYLECHANGED top-level constant

int const WM_STYLECHANGED

Sent to a window after the SetWindowLong function has changed one or more of the window's styles.

To learn more, see learn.microsoft.com/windows/win32/winmsg/wm-stylechanged.

Implementation

const WM_STYLECHANGED = 125;