|
|
|
SftTreeCell.SelectBackColorEnd Property |
Defines the cell's background color when the item is selected, combined with SelectBackColor creating a gradient fill.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectBackColorEnd As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectBackColorEnd; |
||
C |
HRESULT object->get_SelectBackColorEnd(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.SelectBackColorEnd : Cardinal; |
||
VB.NET |
|||
VB |
object.SelectBackColorEnd = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectBackColorEnd
= Clr; |
||
C |
HRESULT object->put_SelectBackColorEnd(OLE_COLOR Clr); |
||
Delphi |
object.SelectBackColorEnd := Clr : Cardinal; |
object
A SftTreeCell object.
Clr
Defines the cell's background color when the item is selected, combined with SelectBackColor 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 SelectBackColorEnd property defines the cell's background color when the item is selected, combined with SelectBackColor creating a gradient fill.
The Cell.SelectBackColor property can be used to define the cell's background color, combined with SelectBackColorEnd creating a gradient fill. The orientation of the gradient fill can be defined using the Cell.BackColorOrientation property. If Cell.SelectBackColor is not defined, SelectBackColorEnd is ignored and has no effect.
See Also SftTreeCell Object | Object Hierarchy