CMDIFrameWndEx::PaneFromPoint
Visual Studio 2012
Returns the docking pane that contains the specified point.
CBasePane* PaneFromPoint( CPoint point, int nSensitivity, bool bExactBar, CRuntimeClass* pRTCBarType ) const; CBasePane* PaneFromPoint( CPoint point, int nSensitivity, DWORD& dwAlignment, CRuntimeClass* pRTCBarType ) const;
The call is redirected to the CDockingManager Class. See CDockingManager::PaneFromPoint for more information.