Back to Devexpress

End User Restrictions

windowsforms-9560-controls-and-libraries-rich-text-editor-visual-elements-end-user-restrictions.md

latest1.2 KB
Original Source

End User Restrictions

  • Jan 28, 2019

You can implement restrictions to prevent end users from changing the editing surface. Use the RichEditControlOptionsBase.Behavior to access one of the following restriction settings:

RestrictionDescription
RichEditBehaviorOptions.OfficeScrollingSpecifies whether or not the Office Scrolling feature is enabled.
RichEditBehaviorOptions.ZoomingSpecifies whether or not the Zoom operation is permitted.
RichEditBehaviorOptions.MaxZoomFactorSpecifies the upper limit of document zooming.
RichEditBehaviorOptions.MinZoomFactorSpecifies the lower limit of document zooming.
RichEditBehaviorOptions.OvertypeAllowedSpecifies whether or not the overtype mode is allowed.