Skip to main content
A newer version of this page is available. .

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.

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlToggleShowVerticalRuler action object, use the sdxRichEditCommandToggleShowVerticalRulerMenuCaption and sdxRichEditCommandToggleShowVerticalRulerDescription resource strings, respectively.

See Also