|
|
|
SftTreeCell.BackColorEnd Property |
Defines the cell's background color, 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 SftTreeCell object.
Clr
Defines the cell's background color, 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 cell's background color, combined with BackColor creating a gradient fill.
The Cell.BackColor property can be used to define the cell's background color, combined with BackColorEnd creating a gradient fill. The orientation of the gradient fill can be defined using the Cell.BackColorOrientation property. If Cell.BackColor is not defined, BackColorEnd is ignored and has no effect.
See Also SftTreeCell Object | Object Hierarchy