WS_EX_NOREDIRECTIONBITMAP top-level constant

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

The window does not render to a redirection surface. This is for windows that do not have visible content or that use mechanisms other than surfaces to provide their visual.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_NOREDIRECTIONBITMAP instead')
const WS_EX_NOREDIRECTIONBITMAP = 0x00200000;