Share via


CDockSite::PaneFromPoint

Returns a pane that is docked in the dock site at the point specified by the given parameter.

virtual CPane* PaneFromPoint(
    CPoint pt 
);

Parameters

  • [in] pt
    A point, in screen coordinates, for the pane to retrieve.

Return Value

A pointer to the pane located at the specified point or NULL if no pane was present at the specified point.

Requirements

Header: afxDockSite.h

See Also

Reference

CDockSite Class

Hierarchy Chart