WS_CHILD top-level constant

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

@Deprecated('Use WINDOW_STYLE.WS_CHILD instead')
const WS_CHILD = 0x40000000;