WinXTreeView_SetItemLabel (hTreeView, hItem, STRING label)
Sets the label for a tree view item
Parameter | Description |
---|---|
hTreeView | The handle to the tree view the item belongs to |
hItem | The handle to the item to set the label for |
STRING label | The new label for the item |
$$TRUE on success or $$FALSE on fail
none
'set the label for some item WinXTreeView_SetItemLabel (hTreeView, hItem, "New label") |
WinXAddTreeView
WinXTreeView_AddItem
WinXTreeView_GetItemLabel$