Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview Node - can text be made bold?
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
01446152
Message ID:
01446222
Views:
57
Some sample references to change the values of node properties:
lcNodeKey = "_NODEKEY01"
WITH thisform.oleTreeView
    .Font.Name = "Arial"
    .Font.Size = 10
    .Nodes.Item(lcNodeKey).Text = "Node Text"
    .Nodes.Item(lcNodeKey).Forecolor = RGB(255,0,0)
    .Nodes.Item(lcNodeKey).Bold = .T.
ENDWITH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform