vcl-dxrichedit-dot-actions-c9a2379a.md
An action object that corresponds to the ToggleFontStrikeout command in the Rich Edit control.
TdxRichEditControlToggleFontStrikeout = class(
TdxRichEditControlAction
)
This class does not introduce any new public members. Executing a TdxRichEditControlToggleFontStrikeout action object applies/removes the Strikeout font attribute to/from:
The state of UI elements linked to a TdxRichEditControlToggleFontStrikeout 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 Strikeout font attribute automatically removes the Double Strikeout font attribute (if set).
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlToggleFontStrikeout
See Also
TdxRichEditControlToggleFontBold
TdxRichEditControlToggleFontDoubleUnderline
TdxRichEditControlToggleFontItalic
TdxRichEditControlToggleFontSubscript
TdxRichEditControlToggleFontSuperscript
TdxRichEditControlToggleFontUnderline