Back to Devexpress

RichTextEditBehaviorOptions Members

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-richtexteditbehavioroptions-dot-underscore-members.md

latest13.5 KB
Original Source

RichTextEditBehaviorOptions Members

Represents the storage of settings specifying end-user restrictions applied to document operations.

Constructors

NameDescription
RichTextEditBehaviorOptions()Initializes a new instance of the RichTextEditBehaviorOptions class.

Properties

NameDescription
CopySpecifies whether or not the Copy operation is permitted. Inherited from RichEditBehaviorOptions.
CreateNewSpecifies whether or not the Create New Document operation is permitted. Inherited from RichEditBehaviorOptions.
CutSpecifies whether or not the Cut operation is permitted. Inherited from RichEditBehaviorOptions.
DefaultMaxZoomFactorIndicates the maximum default zoom factor. Inherited from RichEditBehaviorOptions.
DefaultMinZoomFactorIndicates the minimum default zoom factor. Inherited from RichEditBehaviorOptions.
DocumentPropertiesAutoUpdateGets or sets whether to update the document properties automatically. Inherited from RichEditBehaviorOptions.
DragSpecifies whether or not the Drag operation is permitted. Inherited from RichEditBehaviorOptions.
DropSpecifies whether or not the Drop operation is permitted. Inherited from RichEditBehaviorOptions.
EastAsianTextAlignmentSpecifies whether the Distribute and Thai Distribute alignment operations are permitted. Inherited from RichEditBehaviorOptions.
EncryptGets or sets whether to enable document encryption. Inherited from RichEditBehaviorOptions.
FontSourceSpecifies the settings applied to the default font of a RichEdit control. Inherited from RichEditBehaviorOptions.
FontSubstitutionRetrieves font substitution options. Inherited from RichEditBehaviorOptions.
ForeColorSourceSpecifies the color settings applied to the default font of a RichEdit control. Inherited from RichEditBehaviorOptions.
KeepTextHighlightingOnClearFormattingGets or sets whether the ClearFormattingCommand removes text highlighting. Inherited from RichEditBehaviorOptions.
MaxZoomFactorSpecifies the upper limit of document zooming. Inherited from RichEditBehaviorOptions.
MinZoomFactorSpecifies the lower limit of document zooming. Inherited from RichEditBehaviorOptions.
OfficeScrollingSpecifies whether or not the Office Scrolling feature is enabled. Inherited from RichEditBehaviorOptions.
OpenSpecifies whether or not the Open Document operation is permitted. Inherited from RichEditBehaviorOptions.
OvertypeAllowedSpecifies whether or not the overtype mode is allowed. Inherited from RichEditBehaviorOptions.
PageBreakInsertModeGets or sets whether a page break is inserted next to the specified position or in the new line. Inherited from RichEditBehaviorOptions.
PasteSpecifies whether or not the Paste operation is permitted. Inherited from RichEditBehaviorOptions.
PasteLineBreakSubstitutionSpecifies the substitute character that is used to replace the line break in pasted HTML. Inherited from RichEditBehaviorOptions.
PasteSingleCellAsTextSpecifies whether or not to paste a cell from the Clipboard as plain text. Inherited from RichEditBehaviorOptions.
PrintingSpecifies whether or not the printing operations are permitted. Inherited from RichEditBehaviorOptions.
RightToLeftTextDirectionSpecifies whether or not the right-to-left text direction is permitted. Inherited from RichEditBehaviorOptions.
SaveSpecifies whether or not the Save Document operation is permitted. Inherited from RichEditBehaviorOptions.
SaveAsSpecifies whether or not the Save Document As… operation is permitted. Inherited from RichEditBehaviorOptions.
ShowPopupMenuSpecifies whether or not the RichEdit popup menu can be displayed. Inherited from RichEditBehaviorOptions.
TabMarkerSpecifies which character(s) to insert when pressing the TAB key. Inherited from RichEditBehaviorOptions.
TouchSpecifies whether or not the touch device input is analyzed. Inherited from RichEditBehaviorOptions.
UseFontSubstitutionSpecifies whether or not to use a font substitution for displaying characters that are missing in the current font. Inherited from RichEditBehaviorOptions.
UseThemeFontsSpecifies whether to use theme fonts to retrieve default document font information. Inherited from RichEditBehaviorOptions.
ZoomingSpecifies whether or not the Zoom operation is permitted. Inherited from RichEditBehaviorOptions.

Methods

NameDescription
Assign(BaseOptions)Copies all settings from the object passed as the parameter to the current object. Inherited from RichEditBehaviorOptions.
BeginUpdate()Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate()Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate()Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Resets all notification options to their default values. Inherited from RichEditNotificationOptions.
ToString()Returns a string representing the currently enabled options. Inherited from BaseOptions.

Events

NameDescription
ChangedOccurs when the options are modified. Inherited from RichEditNotificationOptions.

See Also

RichTextEditBehaviorOptions Class

DevExpress.XtraEditors.Repository Namespace