Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ItemData Property, VirtualItem Object

Defines the item's application specific value.

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.Data instead

Syntax

Put

VB.NETobject.ItemData = Data As Integer
VBobject.ItemData = Data As Long
C#.NETint object.ItemData = Data;
VC++long object->ItemData = Data;
void object->PutItemData(long (null));
CHRESULT object->put_ItemData(long (null));

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 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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.