|
|
|
TagObject Property, CellBaseClass Class |
Defines application-specific data.
Syntax CellBaseClass Class (Softelvdm.Controls)
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 cell.
The GenericPartClass.TagString and GenericPartClass.TagObject properties can be used to store application-specific data with each part (within a cell).
Version Information
Supported in version 1.0.
Products Table