| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Visual C++ Programming Ask questions about Windows programming with Visual C++ and help others by answering their questions. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Use of the clip sibling property & clip children property?
Hello can any one explain about the clip sibling property of any dialog,
and clip children property of dialog. The macros are : WS_CLIPSIBLINGS, WS_CLIPCHILDREN I could not understand where it is useful. I want to know what is use of these two properties. Thanks. |
|
#2
|
||||
|
||||
|
Re: Use of the clip sibling property & clip children property?
It is not a property per se.
WS_xxx are Window styles. Both clip of area of other window when window overlaps another window. Clip sibling for example will cause MDI child window to paint itself over another child window (sibling) when overlapped. The same will happen WS_CLIPCHILDREN will do exactly the same when parent overlaps child window.
__________________
There are only 10 types of people in the world: Those who understand binary and those who do not. Warning! There's nothing more dangerous than a resourceful idiot. |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|