Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview Node - can text be made bold?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
01446152
Message ID:
01446222
Vues:
56
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform