Adjusts the alignment of a rectangle.
virtual BOOL AdjustRectToClientArea(
   CRect& rectResult,
   DWORD dwAlignment
);
Parameters
- [in] rectResult 
 A reference to a CRect object
- [in] dwAlignment 
 The alignment of the CRect object
Return Value
TRUE if the alignment of the CRect object was adjusted; FALSE otherwise.
Remarks
The dwAlignment parameter can have one of the following values:
- CBRS_ALIGN_TOP 
- CBRS_ALIGN_BOTTOM 
- CBRS_ALIGN_LEFT 
- CBRS_ALIGN_RIGHT 
Requirements
Header: afxdockingmanager.h