Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a specified point is near the dock site.
BOOL IsPointNearDockSite(
   CPoint point,
   DWORD& dwBarAlignment,
   BOOL& bOuterEdge
) const;
Parameters
- [in] point 
 The specified point in screen coordinates.
- [in] dwBarAlignment 
 Specifies which edge the point is near. Possible values are CBRS_ALIGN_LEFT, CBRS_ALIGN_RIGHT, CBRS_ALIGN_TOP, and CBRS_ALIGN_BOTTOM
- [in] bOuterEdge 
 TRUE if the point is near the outer border of the dock site; FALSE otherwise.
Return Value
TRUE if the point is near the dock site; otherwise FALSE.
Remarks
The point is near the dock site when it is within the sensitivity set in the docking manager. The default sensitivity is 15 pixels.
Requirements
Header: afxmdiframewndex.h