Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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