Softelvdm.Controls Class Library for Windows Controls 1.0

TextPart Property, CellBaseClass Class

Softel vdm, Inc.

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

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Property TextPart As TextPartClass

C#   

public TextPartClass TextPart { get; }

C++   

public: property TextPartClass^ TextPart {
        TextPartClass^ get();
}

Property Value

The TextPartClass object.

Comments

The TextPart property returns the first TextPartClass 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