WS_CLIPSIBLINGS top-level constant

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

Clips child windows relative to each other; that is, when a particular child window receives a WM_PAINT message, the WS_CLIPSIBLINGS style clips all other overlapping child windows out of the region of the child window to be updated. If WS_CLIPSIBLINGS is not specified and child windows overlap, it is possible, when drawing within the client area of a child window, to draw within the client area of a neighboring child window.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_CLIPSIBLINGS instead')
const WS_CLIPSIBLINGS = 0x04000000;