Skip to main content

TdxSpreadSheetContainerCustomizationDialogForm Class

The form class that implements the “Customize Object“ dialog.

Declaration

TdxSpreadSheetContainerCustomizationDialogForm = class(
    TdxForm
)

Remarks

This multi-page dialog includes UI elements required to edit and customize shape, picture, text box, and comment containers in spreadsheet controls. The dialog shows different pages and UI sets for different floating container types.

A click on the “Customize Object…” item in a floating container’s context menu calls the ShowContainerCustomizationDialog global function to invoke the “Customize Object” dialog for the container.

If you need to adjust or customize the dialog’s UI elements, derive a custom dialog form from the TdxSpreadSheetContainerCustomizationDialogForm class. Assign a reference to the custom “Customize Object” dialog form class to the dxSpreadSheetContainerCustomizationDialogClass global variable to replace the standard dialog.

Inheritance

See Also