WS_CHILDWINDOW top-level constant

  1. @Deprecated('Use WINDOW_STYLE.WS_CHILDWINDOW instead')
int const WS_CHILDWINDOW

Same as the WS_CHILD style.

Implementation

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