WS_EX_MDICHILD top-level constant

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

The window is a MDI child window.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_MDICHILD instead')
const WS_EX_MDICHILD = 0x00000040;