|
|
|
|
TagObject Property, ItemClass Class |
Defines application-specific data.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public Property TagObject As Object |
C# |
public object TagObject { get; set; } |
C++ |
public: property Object^ TagObject { |
Property Value
The first object in the TagObjects property.
The default value is null/Nothing.
Comments
The TagObject property defines application-specific data.
The TagObject property accesses the first object in the TagObjects property. It is available to simplify access when applications use only one object per item.
The CellBaseClass.TagString and CellBaseClass.TagObjects properties can be used to store application-specific with cells.