Softelvdm.Controls Class Library for Windows Controls 1.0

TagObjects Property, CellBaseClass Class

Softel vdm, Inc.

Defines application-specific data.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public Property TagObjects As Object()

C#   

public object[] TagObjects { get; set; }

C++   

public: property array<Object^>^ TagObjects {
        array<Object^>^ get();
        void set(array<Object^>^ value);
}

Property Value

An array of application-specific objects.

The default value is null/Nothing.

Comments

The TagObjects property defines application-specific data.

The TagObjects property can be used by an application to attach application-specific data to a cell. Objects stored in the TagObjects property are serialized when cell data is saved/loaded, provided the objects support serialization. The data stored in the TagObjects property is not used by controls in any way.

The TagString property can be used to store an additional application-specific string.

The TagObject property can be used to access the first element of the TagObjects array.

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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com