WS_EX_TRANSPARENT top-level constant

int const WS_EX_TRANSPARENT

The window should not be painted until siblings beneath the window (that were created by the same thread) have been painted. The window appears transparent because the bits of underlying sibling windows have already been painted.

Implementation

const WS_EX_TRANSPARENT = 0x00000020;