Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Color and bold property of treeview
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00643973
Message ID:
00643981
Views:
9
Nick,

The treeview returns an object reference when you add a node:
loNode = o.add(ALLTRIM(cparent),4,ALLTRIM(ckey), ALLTRIM(dspval),0)

** So just set the properties on the returned object.
loNode.forecolor=255
loNode.backcolor=16777215
loNode.bold = .t.
So you can set each node's properties individually...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform