Determines how the interior of nodes buttons should be drawn.
Pascal
TVTButtonFillMode = (fmTreeColor, fmWindowColor, fmShaded, fmTransparent);
Description
Usually the little plus and minus buttons have just the color of the treeview but sometimes it looks better to use another kind of painting. This is particularly important when simulating Windows XP buttons on non-XP systems. The image below shows how the various modes look like:
|
Members
Members |
Description |
fmTreeColor |
solid color, uses the tree's background color |
fmWindowColor |
solid color, uses clWindow |
fmShaded |
color gradient, Windows XP style (legacy code, use toThemeAware on Windows XP instead) |
fmTransparent |
transparent color, use the item's background color |
Group
File
VirtualTrees
Links
What do you think about this topic? Send feedback!
|