WS_EX_NOPARENTNOTIFY top-level constant

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

const WS_EX_NOPARENTNOTIFY = 0x00000004;