|
|
|
|
HierarchyAreaColor Property, SftTree Class |
Defines the background color of the hierarchy area.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property HierarchyAreaColor As Color |
C# |
public Color HierarchyAreaColor { get; set; } |
C++ |
public: property Color HierarchyAreaColor { |
Property Value
The hierarchy area color.
The default value is Color.Window.
Comments
The HierarchyAreaColor property defines the background color of the hierarchy area.
This color is used throughout the hierarchy area in the hierarchy column. If the HierarchyColorStyle property is defined to let the hierarchy area inherit the cell's background color (HierarchyColorStyleEnum.Inherit), the following properties are used (in order of relevance) to determine the inherited color: CellBaseClass.BackColor, ItemClass.BackColor, ColumnClass.BackColor, BackColor, BackColorOdd, HierarchyAreaColor.