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 application-specific data.
Class: CellBaseClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public object[] TagObjects { get; set; }
Public Property TagObjects As Object()
An array of application-specific objects.
The default value is null/Nothing.
Defines application-specific data.
The TagObjects property can be used by an application to attach application-specific data to a cell. Objects stored in the TagObjects property are serialized when cell data is saved/loaded, provided the objects support serialization. The data stored in the TagObjects property is not used by controls in any way.
The CellBaseClass.TagString property can be used to store an additional application-specific string.
The CellBaseClass.TagObject property can be used to access the first element of the TagObjects array.
The GenericPartClass.TagString and GenericPartClass.TagObject properties can be used to store application-specific data with each part (within a cell).
See Also CellBaseClass Class | Classes | SftTree/NET 2.0