SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the ending background color of the cell, when a gradient fill is used.
Class: CellBaseClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public Color BackColorEnd { get; set; }
Public Property BackColorEnd As Color
The ending background color or Color.Empty. If a color is defined, a gradient fill is used, starting with the CellBaseClass.BackColor color and ending with the BackColorEnd value. If this property is set to Color.Empty, a gradient fill is not used and the cell's background color is defined using the CellBaseClass.BackColor property.
The default value is Color.Empty.
Defines the ending background color of the cell, when a gradient fill is used.
If the BackColorEnd property is defined, the cell's background uses a gradient fill consisting of the colors defined using CellBaseClass.BackColor and BackColorEnd.
If a cell is considered selected, the CellBaseClass.BackColorSelected and CellBaseClass.BackColorSelectedEnd properties are used to define the background color instead.
SftTree.LinearGradientMode for items, RowHeadersClass.LinearGradientMode for row headers, HeadersClass.LinearGradientMode for column headers and FootersClass.LinearGradientMode for column footers.
See Also CellBaseClass Class | Classes | SftTree/NET 2.0