WS_EX_CONTROLPARENT top-level constant

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

The window itself contains child windows that should take part in dialog box navigation.

If this style is specified, the dialog manager recurses into children of this window when performing navigation operations such as handling the TAB key, an arrow key, or a keyboard mnemonic.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_CONTROLPARENT instead')
const WS_EX_CONTROLPARENT = 0x00010000;