Softelvdm.Controls Class Library for Windows Controls 1.0

ImagePart Property, CellBaseClass Class

Softel vdm, Inc.

Returns the first ImagePartClass object of the cell's parts collection.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Property ImagePart As ImagePartClass

C#   

public ImagePartClass ImagePart { get; }

C++   

public: property ImagePartClass^ ImagePart {
        ImagePartClass^ get();
}

Property Value

The ImagePartClass object.

Comments

The ImagePart property returns the first ImagePartClass object of the cell's Parts collection.

If an application uses only one TextPartClass and one ImagePartClass object in each cell, it can access these using the TextPart and ImagePart properties, instead of having to "remember" which object in the parts collection is the respective object. In addition, the Text and Image properties are available to access their contents directly.

Version Information

Supported in version 1.0.
Products Table


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