|
Parent and Child Styles
The following styles affect the clipping relationship between a parent window
and its child windows, and between a child window and its sibling windows.
Style
| Description
| WS_CLIPCHILDREN
| Excludes the area occupied by child windows when drawing within the parent
window. Use this style when creating the parent window.
| 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 one child window, to draw within the client area of another
neighboring child window.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|