msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WS_PARENTCLIP
Full List                                           Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
WS_PARENTCLIP  Prevents a window from painting over its parent window. This
style simplifies the calculation of the visible region but is potentially
dangerous, since the parent window's visible region is usually larger than
the child window. Windows with this style should not draw outside their
boundaries.
 
                                      ♦