Skip to main content

TdxRichEditControlToggleShowVerticalRuler Class

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

Declaration

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.

See Also