WM_ENABLE top-level constant

int const WM_ENABLE

Sent when an application changes the enabled state of a window.

It is sent to the window whose enabled state is changing. This message is sent before the EnableWindow function returns, but after the enabled state (WS_DISABLED style bit) of the window has changed.

Implementation

const WM_ENABLE = 0x000A;