Back to Devexpress

TdxRichEditControlChangePageColor Class

vcl-dxrichedit-dot-actions-c70ba186.md

latest2.8 KB
Original Source

TdxRichEditControlChangePageColor Class

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

Declaration

delphi
TdxRichEditControlChangePageColor = class(
    TdxRichEditControlAlphaColorValueAction
)

Remarks

The TdxRichEditControlChangePageColor class does not introduce any new public members. This action object is designed to be used in a Ribbon or Toolbar UI by the following item controls:

A color picked by a user via a TcxBarEditItem UI element is used as the active document’s background color.

UI elements linked to a TdxRichEditControlChangePageColor action object are enabled only if the Rich Edit control’s ReadOnly property is set to False.

Inheritance

Show 12 items

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlValueAction<T> TdxRichEditControlAlphaColorValueAction TdxRichEditControlChangePageColor

See Also

TdxRichEditControlChangePageColor Members

dxRichEdit.Actions Unit