TdxRichEditControlToggleShowVerticalRuler Class
In This Article
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