SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the column's application specific variant value.
Get
VB.NET | V = object.DataTag As Object |
VB | V = object.DataTag As Variant |
C#.NET | object V = object.DataTag; |
VC++ | _variant_t V = object->DataTag; _variant_t V = object->GetDataTag(); |
C | HRESULT object->get_DataTag(VARIANT* V); |
Put
VB.NET | object.DataTag = V As Object |
VB | object.DataTag = V As Variant |
C#.NET | object object.DataTag = V; |
VC++ | _variant_t object->DataTag = V; void object->PutDataTag(const _variant_t& V); |
C | HRESULT object->put_DataTag(VARIANT V); |
object
V
Defines the column's application specific variant value.
The DataTag property defines the column's application specific variant value.
The Column.Data and Column.DataObject properties can be used to store additional application specific data, using other data types (numeric values, objects).
See Also SftBoxColumn Object | Object Hierarchy