WS_EX_LAYERED top-level constant

  1. @Deprecated('Use WINDOW_EX_STYLE.WS_EX_LAYERED instead')
int const WS_EX_LAYERED

The window is a layered window. This style cannot be used if the window has a class style of either CS_OWNDC or CS_CLASSDC.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_LAYERED instead')
const WS_EX_LAYERED = 0x00080000;