◄Full List► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── WS_CLIPCHILDREN Prevents a window from painting over its child windows. This style protects child windows but increases the time necessary to calculate the visible region. This style is usually not necessary, since if the parent and child windows overlap and are both invalidated, the system draws the parent window before drawing the child window. If the child window is invalidated independent of the parent window, the system redraws only the child window. If the update region of the parent window does not intersect the child window, drawing the parent window should not disturb the child window. ♦