Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItem.Tag Property

Defines the item's application specific variant value.

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

Syntax

Get

VB.NETV = object.Tag As Object
VBV = object.Tag As Variant
C#.NETobject V = object.Tag;
VC++_variant_t V = object->Tag;
_variant_t V = object->GetTag();
CHRESULT object->get_Tag(VARIANT* V);

Put

VB.NETobject.Tag = V As Object
VBobject.Tag = V As Variant
C#.NETobject object.Tag = V;
VC++_variant_t object->Tag = V;
void object->PutTag(const _variant_t& V);
CHRESULT object->put_Tag(VARIANT V);

object

A SftBoxItem object.

V

Defines the item's application specific variant value.

Comments

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

The Tag property defines the item's application specific variant value.

The Item.DataTag property can be used for sorting purposes using the Items.Sort method or can be located using the Items.FindDataTag method.

The Item.Data and Item.DataObject properties can be used to store additional application specific data, using other data types (numeric values, objects).

Additional properties used to associate an application defined value with a cell are Cell.Data, Cell.DataString, Cell.DataTag and Cell.DataObject. These are distinct properties and can be used at the same time.

See Also SftBoxItem Object | Object Hierarchy


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