CTreeCtrl::GetFirstVisibleItem
Visual Studio .NET 2003
Call this function to retrieve the first visible item of the tree view control.
HTREEITEM GetFirstVisibleItem( ) const;
Return Value
The handle of the first visible item; otherwise NULL.
Example
See the example for CTreeCtrl::SetCheck.
See Also
CTreeCtrl Overview | Class Members | Hierarchy Chart | CTreeCtrl::GetNextVisibleItem | CTreeCtrl::GetPrevVisibleItem | CTreeCtrl::EnsureVisible | CTreeCtrl::GetVisibleCount