indentLinesColor
Type
property
Summary
The color of the indent lines in the tree widget
Syntax
set the indentLinesColor of <widget> to <pColor>
get the indentLinesColor of <widget>
Description
Use the indentLinesColor property to get or set the color the tree view widget uses for its indentation lines
Parameters
Name | Type | Description |
---|---|---|
pColor | RGB value. |
Examples
set the indentLinesColor of widget "Tree View" to "250,0,0"