|
|
|
TagObject Property, GenericPartClass Class |
Defines application-specific data.
Syntax GenericPartClass Class (Softelvdm.Controls)
VB |
Public Property TagObject As Object |
C# |
public object TagObject { get; set; } |
C++ |
public: property Object^ TagObject { |
Property Value
An application-specific object.
The default value is null/Nothing.
Comments
The TagObject property 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 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.
Version Information
Supported in version 1.0.
Products Table