Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

DataTag Property, SftTreeItem Object

Defines the item's application specific variant value.

Syntax

Get

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

Put

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

object

A SftTreeItem object.

V

Defines the item's application specific variant value.

Comments

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

Additional properties used to associate an application defined value with an item are Item.Data, Item.DataFloat, Item.DataObject and Item.DataString. These are distinct properties and can be used at the same time.

Cell related data can be saved using the Cell.Data, Cell.DataObject, Cell.DataString and Cell.DataTag properties.

See Also SftTreeItem Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.