Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Call this function to retrieve the parent of hItem.
HTREEITEM GetParentItem(
HTREEITEM hItem
) const;
Parameters
- hItem
Handle of a tree item.
Return Value
The handle of the parent item; otherwise NULL.
Remarks
This function will return NULL if the parent of the specified item is the root node of the tree.
Example
See the example for CTreeCtrl::EnsureVisible.
Requirements
Header: afxcmn.h