|
TVTInternalPaintOption Enumeration
Not documented.
Pascal
TVTInternalPaintOption = (poBackground, poColumnColor, poDrawFocusRect, poDrawSelection, poDrawDropMark, poGridLines, poMainOnly, poSelectedOnly);
Description
Use other resources like the news group or the Delphi Gems message board to find a description.
Members
Members |
Description |
poBackground |
draw background image if there is any and it is enabled |
poColumnColor |
erase node's background with the column's color |
poDrawFocusRect |
draw focus rectangle around the focused node |
poDrawSelection |
draw selected nodes with the normal selection color |
poDrawDropMark |
draw drop mark if a node is currently the drop target |
poGridLines |
draw grid lines if enabled |
poMainOnly |
draw only the main column |
poSelectedOnly |
draw only selected nodes |
Group
File
VirtualTrees
Links
What do you think about this topic? Send feedback!
|