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 |
The label of the specified item
none
'print the label of a particular item PRINT WinXTreeView_GetItemLabel$ (hTreeView, hItem) |
WinXAddTreeView
WinXTreeView_AddItem
WinXTreeView_SetItemLabel
WinXTreeView_GetItemFromPoint