SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - 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
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - 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
SftTree/NET 2.0 - Tree Control
Defines application-specific data.
Class: GenericPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public object TagObject { get; set; }
Public Property TagObject As ObjectAn application-specific object.
The default value is null/Nothing.
Defines application-specific data.
The TagObject property can be used by an application to attach an application-specific object to a part. The object stored in the TagObject property is serialized when the part contained within a cell is saved/loaded.
The object is not used by controls in any way.
The GenericPartClass.TagString property can be used to store an additional application-specific string.
The CellBaseClass.TagString property and CellBaseClass.TagObjects properties can be used to store application-specific data with a cell, instead of a part.
See Also GenericPartClass Class | Classes | SftTree/NET 2.0
