Defines application-specific data.
Class: GenericPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public object TagObject { get; set; }
Public Property TagObject As Object
An 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