|
|
|
VirtualItem.RowSelectBackColor Property |
Defines the row header background color used to draw the item when it is selected.
Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.RowHeader.SelectBackColor instead
Syntax
VB.NET |
|||
VB |
object.RowSelectBackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->RowSelectBackColor = Clr;
|
||
C |
HRESULT object->put_RowSelectBackColor(OLE_COLOR Clr); |
||
Delphi |
object.RowSelectBackColor := Clr : Cardinal; |
object
A VirtualItem object.
Clr
Defines the row header background color used to draw the item when it is 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.SelectBackColor instead
The RowSelectBackColor property defines the row header background color used to draw the item when it is selected.
The VirtualItem.RowSelectBackColor property is used while handling a VirtualItem event to define the row header background color used to draw the item when it is selected. The item is described by the VirtualItem event's RowIndex parameter.
See Also VirtualItem Object | Object Hierarchy