WinXTreeView_SetItemLabel


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

Returns

$$TRUE on success or $$FALSE on fail

Remarks

none

Examples

'set the label for some item
WinXTreeView_SetItemLabel (hTreeView, hItem, "New label")

Related Links

WinXAddTreeView
WinXTreeView_AddItem
WinXTreeView_GetItemLabel$