WS_EX_LAYERED top-level constant

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

const WS_EX_LAYERED = 0x00080000;