SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines the text color used to draw items in odd rows.
Deprecated - Provided for compatibility with earlier versions only - Use Items.ForeColorOdd instead
Get
| VB.NET | Clr = object.ForeColorOdd As System.Drawing.Color![]() |
| VB | Clr = object.ForeColorOdd As OLE_COLOR |
| C#.NET | System.Drawing.Color Clr = object.ForeColorOdd; |
| VC++ | OLE_COLOR Clr = object->ForeColorOdd; OLE_COLOR Clr = object->GetForeColorOdd(); |
| C | HRESULT object->get_ForeColorOdd(OLE_COLOR* Clr); |
Put
| VB.NET | object.ForeColorOdd = Clr As System.Drawing.Color![]() |
| VB | object.ForeColorOdd = Clr As OLE_COLOR |
| C#.NET | System.Drawing.Color object.ForeColorOdd = Clr; |
| VC++ | OLE_COLOR object->ForeColorOdd = Clr; void object->PutForeColorOdd(OLE_COLOR Clr); |
| C | HRESULT object->put_ForeColorOdd(OLE_COLOR Clr); |
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 ...".
Deprecated - Provided for compatibility with earlier versions only - Use Items.ForeColorOdd instead
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 SftTree Object | Object Hierarchy
