|
|
|
|
|
TagString Property, GenericPartClass Class |
Defines an application-specific string.
Syntax GenericPartClass Class (Softelvdm.Controls)
VB |
Public Property TagString As String |
C# |
public string TagString { get; set; } |
C++ |
public: property String^ TagString { |
Property Value
An application-specific string.
The default value is null/Nothing.
Comments
The TagString property defines an application-specific string.
The TagString property can be used by an application to attach an application-specific string to a part. The string stored in the TagString property is serialized when the part contained within a cell is saved/loaded.
The string is not used by controls in any way.
The TagObject property can be used to store additional application-specific objects.
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