Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you control the font in a TreeView control
Message
From
20/03/2003 14:07:59
 
 
To
20/03/2003 11:57:41
Bob Thomsen
Fabtrol Systems, Inc
Eugene, Oregon, United States
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00766659
Message ID:
00768234
Views:
27
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform