Back to Devexpress

TdxRichEditControlToggleShowVerticalRuler Class

vcl-dxrichedit-dot-actions-f10ac9c8.md

latest2.1 KB
Original Source

TdxRichEditControlToggleShowVerticalRuler Class

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

Declaration

delphi
TdxRichEditControlToggleShowVerticalRuler = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlToggleShowVerticalRuler action object either displays or hides the vertical ruler in the Rich Edit control.

UI elements linked to a TdxRichEditControlToggleShowVerticalRuler action object are enabled only if the Print Layout document view is active.

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlToggleShowVerticalRuler

See Also

TdxRichEditControlToggleShowHorizontalRuler

TdxRichEditControlToggleShowVerticalRuler Members

dxRichEdit.Actions Unit