Back to Devexpress

TdxRichEditControlToggleTableCellsRightBorder Class

vcl-dxrichedit-dot-actions-6288d0cf.md

latest2.9 KB
Original Source

TdxRichEditControlToggleTableCellsRightBorder Class

An action object that corresponds to the ToggleTableCellsRightBorder command provided by the Rich Edit control.

Declaration

delphi
TdxRichEditControlToggleTableCellsRightBorder = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlToggleTableCellsRightBorder action object either hides or displays the right printable borders of the currently selected cells:

UI elements linked to a TdxRichEditControlToggleTableCellsRightBorder action object are Enabled only if the following conditions are met:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlToggleTableCellsRightBorder

See Also

TdxRichEditControlToggleTableCellsAllBorders

TdxRichEditControlToggleTableCellsOutsideBorder

TdxRichEditControlToggleTableCellsRightBorder Members

dxRichEdit.Actions Unit