WS_CLIPCHILDREN top-level constant

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

Excludes the area occupied by child windows when drawing occurs within the parent window. This style is used when creating the parent window.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_CLIPCHILDREN instead')
const WS_CLIPCHILDREN = 0x02000000;