WinXTreeView_GetParentItem


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

Returns

The handle to the parent of the specified item or 0 if the specified item has no parent.

Remarks

none

Examples

none

Related Links

WinXAddTreeView
WinXTreeView_AddItem
WinXTreeView_DeleteItem
WinXTreeView_GetNextItem
WinXTreeView_GetChildItem
WinXTreeView_GetPreviousItem