WS_DISABLED top-level constant

int const WS_DISABLED

The window is initially disabled. A disabled window cannot receive input from the user. To change this after a window has been created, use the EnableWindow function.

Implementation

const WS_DISABLED = 0x08000000;