|
|
|
SftTree.BackColorOdd Property |
Defines the background color used to draw items in odd rows.
Deprecated - Provided for compatibility with earlier versions only - Use Items.BackColorOdd instead
Syntax
VB.NET |
|||
VB |
Clr = object.BackColorOdd As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColorOdd;
|
||
C |
HRESULT object->get_BackColorOdd(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.BackColorOdd : TColor; |
||
VB.NET |
|||
VB |
object.BackColorOdd = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColorOdd = Clr;
|
||
C |
HRESULT object->put_BackColorOdd(OLE_COLOR Clr); |
||
Delphi |
object.BackColorOdd := Clr : TColor; |
object
A SftTree object.
Clr
Defines the background color used to draw items in odd rows. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Items.BackColorOdd instead
The BackColorOdd property defines the background color used to draw items in odd rows.
Columns can override the background color using the Column.BackColor property. Cells can override the background color using the Cell.BackColor property. If a selected item uses a selection style (Items.SelectStyle property) that uses the Items.SelectBackColor property for only portions of the item, the Items.BackColorOdd property is used for the remainder of the item.
See Also SftTree Object | Object Hierarchy