TreeView Xojo plugin

TreeViewNode.Text Property

Sets or gets the text of a node.

Text as String {Read and Write}

Remarks

Setting the text property does not trigger refresh. You are responsible for either refreshing the control or setting LockDrawing to false once you are ready to have the control repainted.

See Also

TreeViewNode Class