vcl-dxrichedit-dot-actions-2d913d6f.md
An action object that corresponds to the ToggleFontDoubleStrikeout command in the Rich Edit control.
TdxRichEditControlToggleFontDoubleStrikeout = class(
TdxRichEditControlAction
)
This class does not introduce any new public members. Executing a TdxRichEditControlToggleFontDoubleStrikeout action object applies/removes the Double Strikeout font attribute to/from:
The state of UI elements linked to a TdxRichEditControlToggleFontDoubleStrikeout action object is determined by the Rich Edit control’s Options.DocumentCapabilities.CharacterFormatting property value. Refer to the TdxDocumentCapability type description for the full list of available command states.
Note
Applying the Double Strikeout font attribute automatically removes the Strikeout font attribute (if set).
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlToggleFontDoubleStrikeout
See Also
TdxRichEditControlToggleFontBold
TdxRichEditControlToggleFontDoubleUnderline
TdxRichEditControlToggleFontItalic
TdxRichEditControlToggleFontSubscript
TdxRichEditControlToggleFontSuperscript
TdxRichEditControlToggleFontUnderline