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