treeview ColorBack property
Return to Introduction  Previous page  Next page
Applies to
acTreeView component as subproperty of BoldItem structure.  

Declaration
property ColorBack: TColor; // $00E0E0E0 by default (light-gray)  

Description
The ColorBack property specifies the background color under "bold" node.  
 
If you don't want to mark out the background around the bold node — set ColorBack to clWindow (and set ShowFrame to False).  
 
To specify the text color for bold node — use ColorText property.  

See also
ColorFrame and ColorText properties.