|
|
|
SftTreeCell.SelectForeColor Property |
Defines the cell's foreground color when the item is selected.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectForeColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectForeColor; |
||
C |
HRESULT object->get_SelectForeColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.SelectForeColor : Cardinal; |
||
VB.NET |
|||
VB |
object.SelectForeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectForeColor
= Clr; |
||
C |
HRESULT object->put_SelectForeColor(OLE_COLOR Clr); |
||
Delphi |
object.SelectForeColor := Clr : Cardinal; |
object
A SftTreeCell object.
Clr
Defines the cell's foreground color when the item is selected. -1 indicates that there is no defined color and the default color defined using Column.SelectForeColor is used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
The SelectForeColor property defines the cell's foreground color when the item is selected.
The cell has the foreground color attribute Clr. This color is used as text color when the item is selected. If the item is not selected and uses a suitable selection style (Items.SelectStyle), the Cell.ForeColor property is used instead.
See Also SftTreeCell Object | Object Hierarchy