WS_CLIPCHILDREN top-level constant Null safety
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;
Excludes the area occupied by child windows when drawing occurs within the parent window. This style is used when creating the parent window.
const WS_CLIPCHILDREN = 0x02000000;