|
|
|
SftBoxItems.ForeColorOdd Property |
Defines the default foreground color for all items in odd numbered 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 |
|||
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
A SftBoxItems object.
Clr
Defines the default foreground color for all items in odd numbered rows. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The ForeColorOdd property defines the default foreground color for all items in odd numbered rows.
Items on even numbered rows use the color defined using Items.ForeColor instead. Columns can override this color using the Column.ForeColor property. Cells can override this color using the Cell.ForeColor property. Items that are selected use the color defined using Items.SelectForeColor instead.