WS_CHILD top-level constant

int const WS_CHILD

The window is a child window. A window with this style cannot have a menu bar. This style cannot be used with the WS_POPUP style.

Implementation

const WS_CHILD = 0x40000000;