WS_CLIPCHILDREN top-level constant

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

const WS_CLIPCHILDREN = 0x02000000;