|
|
|
SftTreeColumn.BackColorEnd Property |
Defines the default background color of cells in this column, combined with BackColor creating a gradient fill.
Syntax
VB.NET |
|||
VB |
Clr = object.BackColorEnd As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColorEnd; |
||
C |
HRESULT object->get_BackColorEnd(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.BackColorEnd : Cardinal; |
||
VB.NET |
|||
VB |
object.BackColorEnd = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColorEnd
= Clr; |
||
C |
HRESULT object->put_BackColorEnd(OLE_COLOR Clr); |
||
Delphi |
object.BackColorEnd := Clr : Cardinal; |
object
A SftTreeColumn object.
Clr
Defines the default background color of cells in this column, combined with BackColor creating a gradient fill. -1 indicates that there is no defined color and the default colors are used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
The BackColorEnd property defines the default background color of cells in this column, combined with BackColor creating a gradient fill.
Cells can override the ending background color using the Cell.BackColorEnd property.
See Also SftTreeColumn Object | Object Hierarchy