WinXTreeView_GetPreviousItem


hItem = WinXTreeView_GetPreviousItem (hTreeView, hItem)

Gets the handle to the previous sibling item of a particular item

Parameter Description
hTreeView The handle to the tree view control
hItem The handle to the item to get the previous sibling of

Returns

The handle to the sibling item that comes before the specified item.

Remarks

none

Examples

none

Related Links

WinXAddTreeView
WinXTreeView_AddItem
WinXTreeView_DeleteItem
WinXTreeView_GetNextItem
WinXTreeView_GetChildItem
WinXTreeView_GetParentItem