vcl-dxrichedit-dot-actions-80d3dd31.md
An action object that corresponds to the ZoomPercent command provided by the Rich Edit control.
TdxRichEditControlZoomPercent = class(
TdxRichEditControlSingleValueAction
)
The TdxRichEdiControlZoomPercent class does not introduce any new public members. This action object is designed to be used in a Ribbon or Toolbar UI by a TcxComboBox item control.
A number picked by using a TcxBarEditItem UI element is applied to the current document as its zoom percent value. The range of available zoom factor values is limited by the TdxRichEditView.MinZoomFactor and TdxRichEditView.MaxZoomFactor constant values.
UI elements linked to a TdxRichEditControlZoomPercent action object are Enabled only if the Rich Edit control’s Options.Behavior.Zooming property is set to TdxDocumentCapability.Default or TdxDocumentCapability.Enabled.
Show 12 items
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlValueAction<T> TdxRichEditControlSingleValueAction TdxRichEditControlZoomPercent
See Also