The default window procedure processing is to align the valid area with the top-left of the window by returning:

(CVR_ALIGNTOP | CVR_ALIGNLEFT)

In addition, any child windows intersecting the source rectangle pointed to by pOldNew of this message, are also offset with the aligned window area.


[Back] [Next]