CTreeCtrl::HitTest

Call this member function to determine the location of the specified point relative to the client area of a tree view control.

Syntax

HTREEITEM HitTest( CPoint pt, UINT* pFlags );

HTREEITEM HitTest( TV_HITTESTINFO* pHitTestInfo );

At a Glance

Header File Afxcmn.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CTreeCtrl Overview, CTreeCtrl Member Functions, Control Classes, CTreeCtrl::GetItemRect