hItem = WinXTreeView_GetNextItem (hTreeView, hItem)
Gets the next sibling item after a particular item in a tree view control.
Parameter | Description |
---|---|
hTreeView | The handle to the tree view control |
hItem | The item to start at |
The handle to the next sibling item or 0 if this is the last sibling item.
You can use this function to iterate over the items in a tree view control.
'List the handles of items following some item starting with that item
LOOP |
WinXAddTreeView
WinXTreeView_AddItem
WinXTreeView_DeleteItem
WinXTreeView_GetChildItem
WinXTreeView_GetParentItem
WinXTreeView_GetPreviousItem