Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview Question
Message
From
17/08/2005 06:52:47
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
01041391
Message ID:
01041568
Views:
16
Yes, it is possible, if you are using Microsoft TreeView Control 6.0 (I don't know about 5.0 - I'm not using it). Here's the code:
ThisForm.Tree.Nodes(ThisForm.Tree.SelectedItem.Key).Bold = .T.
or, if you know the node's key:
ThisForm.Tree.Nodes(MyKey).Bold = .T.
You can use: .Bold, .BackColor and .ForeColor. No settings for Italic and Underline, unfortunatelly.

Thanks.

>Is it possible to change the font attributes of an ActiveX Treeview node?
>
>Thanks
Grigore Dolghin
Class Software.
Previous
Reply
Map
View

Click here to load this message in the networking platform