WS_DISABLED top-level constant

  1. @Deprecated('Use WINDOW_STYLE.WS_DISABLED instead')
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

@Deprecated('Use WINDOW_STYLE.WS_DISABLED instead')
const WS_DISABLED = 0x08000000;