WS_EX_TRANSPARENT top-level constant

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

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_TRANSPARENT instead')
const WS_EX_TRANSPARENT = 0x00000020;