Softelvdm.Controls Class Library for Windows Controls 1.0

TagObject Property, CellBaseClass Class

Softel vdm, Inc.

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 {
        Object^ get();
        void set(Object^ value);
}

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


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