Skip to main content

TdxSpreadSheetCustomTextBoxContainer Class

The base class for all text boxes used in the Spreadsheet control.

Declaration

TdxSpreadSheetCustomTextBoxContainer = class(
    TdxSpreadSheetShapeContainer
)

Remarks

This class is the direct ancestor of the TdxSpreadSheetCommentContainer and TdxSpreadSheetTextBoxContainer classes. All custom container classes that work with text boxes must be derived from this class.

The TdxSpreadSheetCustomTextBoxContainer class extends its ancestor with the TextBox property that allows you to modify both the text box contents and appearance. In custom text box-based derived container classes, you can either publish or override the TextBox property.

You do not need to create instances of the TdxSpreadSheetCustomTextBoxContainer class. Use the TdxSpreadSheetCommentContainer and TdxSpreadSheetTextBoxContainer classes instead.

See Also