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