Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you control the font in a TreeView control
Message
De
20/03/2003 14:07:59
 
 
À
20/03/2003 11:57:41
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:
00768234
Vues:
25
Hi Bob.

MS TreeView version 5 SP2 is saved as a class OleTreeView.

Ah-ha! I am using version 6.0 SP 4. And this code:
LOCAL loFont
loFont  = This.Font
loFont.Name = 'Monotype Corsiva'
loFont.size = 18
In my custom class's Init() works just fine. Perhaps there was a bug in the earlier version of the treeview that got fixed.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform