Back to Devexpress

TdxRichEditControlShowFontForm Class

vcl-dxrichedit-dot-actions-0d35e738.md

latest2.1 KB
Original Source

TdxRichEditControlShowFontForm Class

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

Declaration

delphi
TdxRichEditControlShowFontForm = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. It only implements the ShowFontForm command for use in an action list. Executing a TdxRichEditControlShowFontForm action object invokes the Font dialog window that allows end-users to change the font, size, and style of the selected text fragment:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlShowFontForm

See Also

TdxRichEditControlShowFontForm Members

dxRichEdit.Actions Unit