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

Declaration
property ColorFrame: TColor; // $00BBBBBB by default (gray)  

Description
The ColorFrame property specifies the frame around the background of "bold" node.  
 
If you don't want to display the frame around the bold node — set ShowFrame property to False. If you don't want to mark out the background of bold node at all — set ColorBack to clWindow.  
 
To specify the text color for bold node — use ColorText property.  

See also
ColorBack, ColorText and ShowFrame properties.