CGlobalUtils::CheckAlignment

This topic is included for completeness. For more detail see the source code located in the VC\atlmfc\src\mfc folder of your Visual Studio installation.

BOOL CheckAlignment(
   CPoint point,
   CBasePane* pBar,
   int nSensitivity,
   const CDockingManager* pDockManager,
   BOOL bOuterEdge,
   DWORD& dwAlignment,
   DWORD dwEnabledDockBars = CBRS_ALIGN_ANY,
   LPCRECT lpRectBounds = NULL
) const;

Parameters

  • [in] point
     

  • [in] pBar
     

  • [in] nSensitivity
     

  • [in] pDockManager
     

  • [in] bOuterEdge
     

  • [out] dwAlignment
     

  • [in] dwEnabledDockBars
     

  • [in] lpRectBounds
     

Requirements

Header: afxglobalutils.h

See Also

Reference

CGlobalUtils Class

Hierarchy Chart