CTreeCtrl::GetNextVisibleItem
Call this function to retrieve the next visible item of hItem.
HTREEITEM GetNextVisibleItem(
HTREEITEM hItem
) const;
Parameters
- hItem
Handle of a tree item.
Return Value
The handle of the next visible item; otherwise NULL.
Example
See the example for CTreeCtrl::SetCheck.
Requirements
Header: afxcmn.h
See Also
Reference
CTreeCtrl::GetFirstVisibleItem