hItem = WinXTreeView_GetParentItem (hTreeView, hItem)
Gets the parent item some particular item in a tree view control.
Parameter | Description |
---|---|
hTreeView | The handle to the tree view control |
hItem | The handle to the item to get the parent of |
The handle to the parent of the specified item or 0 if the specified item has no parent.
none
none |
WinXAddTreeView
WinXTreeView_AddItem
WinXTreeView_DeleteItem
WinXTreeView_GetNextItem
WinXTreeView_GetChildItem
WinXTreeView_GetPreviousItem