WS_EX_NOPARENTNOTIFY top-level constant

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

The child window created with this style does not send the WM_PARENTNOTIFY message to its parent window when it is created or destroyed.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_NOPARENTNOTIFY instead')
const WS_EX_NOPARENTNOTIFY = 0x00000004;