|
|
|
VirtualItem.RowForeColor Property |
Defines the row header foreground color used to draw the item when it is not selected.
Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.RowHeader.ForeColor instead
Syntax
VB.NET |
|||
VB |
object.RowForeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->RowForeColor = Clr;
|
||
C |
HRESULT object->put_RowForeColor(OLE_COLOR Clr); |
||
Delphi |
object.RowForeColor := Clr : Cardinal; |
object
A VirtualItem object.
Clr
Defines the row header foreground color used to draw the item when it is not selected. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.RowHeader.ForeColor instead
The RowForeColor property defines the row header foreground color used to draw the item when it is not selected.
The VirtualItem.RowForeColor property is used while handling a VirtualItem event to define the item's background color. The item is described by the VirtualItem event's RowIndex parameter.
See Also VirtualItem Object | Object Hierarchy