Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Color and bold property of treeview
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00643973
Message ID:
00643981
Vues:
10
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...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform