Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview Question
Message
De
17/08/2005 06:52:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
01041391
Message ID:
01041568
Vues:
15
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform