Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you control the font in a TreeView control
Message
De
18/03/2003 14:13:38
 
 
À
18/03/2003 12:06:37
Bob Thomsen
Fabtrol Systems, Inc
Eugene, Oregon, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00766659
Message ID:
00767191
Vues:
23
oTree.Font.Name returns the name of a view. oTree.Font.Size is undefined.

WHat happens if you retrieve the Font object before manipulating it like I did in the sample code I gave you (Believe me, I tested that code and it works):
oFont = Thisform.oTree.Font
oFont.Name = 'Comic Sans MS'
oFont.Size = 16
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform