WinXTreeView_GetItemLabel$


label$ = WinXTreeView_GetItemLabel$ (hTreeView, hItem)

Gets the label of a tree view item

Parameter Description
hTreeView The handle to the tree view control to get the item from
hItem The handle to the item to get the label of

Returns

The label of the specified item

Remarks

none

Examples

'print the label of a particular item
PRINT WinXTreeView_GetItemLabel$ (hTreeView, hItem)

Related Links

WinXAddTreeView
WinXTreeView_AddItem
WinXTreeView_SetItemLabel
WinXTreeView_GetItemFromPoint