End User Restrictions
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:
| Restriction | Description |
|---|---|
| RichEditBehaviorOptions.OfficeScrolling | Specifies whether or not the Office Scrolling feature is enabled. |
| RichEditBehaviorOptions.Zooming | Specifies whether or not the Zoom operation is permitted. |
| RichEditBehaviorOptions.MaxZoomFactor | Specifies the upper limit of document zooming. |
| RichEditBehaviorOptions.MinZoomFactor | Specifies the lower limit of document zooming. |
| RichEditBehaviorOptions.OvertypeAllowed | Specifies whether or not the overtype mode is allowed. |