|
|
|
SftTreeItems.ForeColorOdd Property |
Defines the text color used to draw items in odd rows.
Syntax
VB.NET |
|||
VB |
Clr = object.ForeColorOdd As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ForeColorOdd;
|
||
C |
HRESULT object->get_ForeColorOdd(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.ForeColorOdd : Cardinal; |
||
VB.NET |
|||
VB |
object.ForeColorOdd = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ForeColorOdd = Clr;
|
||
C |
HRESULT object->put_ForeColorOdd(OLE_COLOR Clr); |
||
Delphi |
object.ForeColorOdd := Clr : Cardinal; |
object
A SftTreeItems object.
Clr
Defines the text color used to draw items in odd rows. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
The ForeColorOdd property defines the text color used to draw items in odd rows.
Columns can override the foreground color using the Column.ForeColor property. Cells can override the foreground color using the Cell.ForeColor property. If a selected item uses a selection style (Items.SelectStyle property) that uses the Items.SelectForeColor property for only portions of the item, the ForeColorOdd property is used for the remainder of the item.
See Also SftTreeItems Object | Object Hierarchy