Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview Question
Message
 
To
16/08/2005 14:24:56
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
01041391
Message ID:
01041412
Views:
22
I know this.

I want to change the font of a node

Any idea how?



>Yes, you can change the font name, size, and bold attributes. Assuming a treeview on a form:
>
>thisform.Treeview1.Font.Name = lcFontName
>thisform.Treeview1.Font.Size = lnFontSize
>thisform.Treeview1.Nodes.Item(lnItem).Bold = .T.
>
>where lcFontName is the the name of the font, lnFontSize is the font size (interestingly it is seen in the debugger as a currency type), and lnItem is the node number or the nodekey. I don't believe that you can set to italic or underline.
>
>You can also change the background and foreground colors of the nodes.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform