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

RichTextEditBehaviorOptions Properties

Represents the storage of settings specifying end-user restrictions applied to document operations.
Name Description
Copy Specifies whether or not the Copy operation is permitted. Inherited from RichEditBehaviorOptions.
CopyAllowed For internal use. Use the RichEditBehaviorOptions.Copy property instead. Inherited from RichEditBehaviorOptions.
CreateNew Specifies whether or not the Create New Document operation is permitted. Inherited from RichEditBehaviorOptions.
CreateNewAllowed For internal use. Use the RichEditBehaviorOptions.CreateNew property instead. Inherited from RichEditBehaviorOptions.
Cut Specifies whether or not the Cut operation is permitted. Inherited from RichEditBehaviorOptions.
CutAllowed For internal use. Use the RichEditBehaviorOptions.Cut property instead. Inherited from RichEditBehaviorOptions.
DefaultMaxZoomFactor Indicates the maximum default zoom factor. Inherited from RichEditBehaviorOptions.
DefaultMinZoomFactor Indicates the minimum default zoom factor. Inherited from RichEditBehaviorOptions.
DocumentPropertiesAutoUpdate Gets or sets whether to update the document properties automatically. Inherited from RichEditBehaviorOptions.
Drag Specifies whether or not the Drag operation is permitted. Inherited from RichEditBehaviorOptions.
DragAllowed For internal use. Use the RichEditBehaviorOptions.Drag property instead. Inherited from RichEditBehaviorOptions.
Drop Specifies whether or not the Drop operation is permitted. Inherited from RichEditBehaviorOptions.
DropAllowed For internal use. Use the RichEditBehaviorOptions.Drop property instead. Inherited from RichEditBehaviorOptions.
FontSource Specifies the settings applied to the default font of a RichEdit control. Inherited from RichEditBehaviorOptions.
ForeColorSource Specifies the color settings applied to the default font of a RichEdit control. Inherited from RichEditBehaviorOptions.
KeepTextHighlightingOnClearFormatting Gets or sets whether the ClearFormattingCommand removes text highlighting. Inherited from RichEditBehaviorOptions.
MaxZoomFactor Specifies the upper limit of document zooming. Inherited from RichEditBehaviorOptions.
MinZoomFactor Specifies the lower limit of document zooming. Inherited from RichEditBehaviorOptions.
OfficeScrolling Specifies whether or not the Office Scrolling feature is enabled. Inherited from RichEditBehaviorOptions.
OfficeScrollingAllowed For internal use. Use the RichEditBehaviorOptions.OfficeScrolling property instead. Inherited from RichEditBehaviorOptions.
Open Specifies whether or not the Open Document operation is permitted. Inherited from RichEditBehaviorOptions.
OpenAllowed For internal use. Use the RichEditBehaviorOptions.Open property instead. Inherited from RichEditBehaviorOptions.
OvertypeAllowed Specifies whether or not the overtype mode is allowed. Inherited from RichEditBehaviorOptions.
PageBreakInsertMode Gets or sets whether a page break is inserted next to the specified position or in the new line. Inherited from RichEditBehaviorOptions.
Paste Specifies whether or not the Paste operation is permitted. Inherited from RichEditBehaviorOptions.
PasteAllowed For internal use. Use the RichEditBehaviorOptions.Paste property instead. Inherited from RichEditBehaviorOptions.
PasteLineBreakSubstitution Specifies the substitute character that is used to replace the line break in pasted HTML. Inherited from RichEditBehaviorOptions.
PasteSingleCellAsText Specifies whether or not to paste a cell from the Clipboard as plain text. Inherited from RichEditBehaviorOptions.
Printing Specifies whether or not the printing operations are permitted. Inherited from RichEditBehaviorOptions.
PrintingAllowed For internal use. Use the RichEditBehaviorOptions.Printing property instead. Inherited from RichEditBehaviorOptions.
RightToLeftTextDirection Specifies whether or not the right-to-left text direction is permitted. Inherited from RichEditBehaviorOptions.
RightToLeftTextDirectionAllowed For internal use. Use the RichEditBehaviorOptions.RightToLeftTextDirection property instead. Inherited from RichEditBehaviorOptions.
Save Specifies whether or not the Save Document operation is permitted. Inherited from RichEditBehaviorOptions.
SaveAllowed For internal use. Use the RichEditBehaviorOptions.Save property instead. Inherited from RichEditBehaviorOptions.
SaveAs Specifies whether or not the Save Document As… operation is permitted. Inherited from RichEditBehaviorOptions.
SaveAsAllowed For internal use. Use the RichEditBehaviorOptions.SaveAs property instead. Inherited from RichEditBehaviorOptions.
ShowPopupMenu Specifies whether or not the RichEdit popup menu can be displayed. Inherited from RichEditBehaviorOptions.
ShowPopupMenuAllowed For internal use. Use the RichEditBehaviorOptions.ShowPopupMenu property instead. Inherited from RichEditBehaviorOptions.
TabMarker Specifies which character(s) to insert when pressing the TAB key. Inherited from RichEditBehaviorOptions.
Touch Specifies whether or not the touch device input is analyzed. Inherited from RichEditBehaviorOptions.
TouchAllowed For internal use. Use the RichEditBehaviorOptions.Touch property instead. Inherited from RichEditBehaviorOptions.
UseFontSubstitution Specifies whether or not to use a font substitution for displaying characters that are missing in the current font. Inherited from RichEditBehaviorOptions.
Zooming Specifies whether or not the Zoom operation is permitted. Inherited from RichEditBehaviorOptions.
ZoomingAllowed For internal use. Use the RichEditBehaviorOptions.Zooming property instead. Inherited from RichEditBehaviorOptions.
See Also