|
|
|
VirtualItem.ItemData Property |
Defines the item's application specific value.
Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.Data instead
Syntax
VB.NET |
object.ItemData = Data As Integer |
||
VB |
object.ItemData = Data As Long |
||
C#.NET |
int object.ItemData = Data; |
||
VC++ |
long object->ItemData = Data;
|
||
C |
HRESULT object->put_ItemData(long (null)); |
||
Delphi |
object.ItemData := Data : Integer; |
object
A VirtualItem object.
Data
Defines the item's application specific value.
Comments
Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.Data instead
The ItemData property defines the item's application specific value.
The VirtualItem.ItemData property is used while handling a VirtualItem event to define the item's application specific value. The item is described by the VirtualItem event's RowIndex parameter.
See Also VirtualItem Object | Object Hierarchy