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

ASPxRichEditBehaviorSettings Members

Specifies the restricted operations that cannot be performed by end-users over the RichEdit’s document.

Constructors

Name Description
ASPxRichEditBehaviorSettings() Initializes a new instance of the ASPxRichEditBehaviorSettings class.

Properties

Name Description
AcceptsTab Gets or sets a value indicating whether pressing the TAB key types a TAB character instead of moving the focus to the next control in the tab order.
Copy Specifies whether or not the Copy operation is permitted.
CreateNew Specifies whether or not the Create New Document operation is permitted.
Cut Specifies whether or not the Cut operation is permitted.
DefaultMaxZoomFactor Indicates the maximum default zoom factor. Inherited from RichEditBehaviorOptions.
DefaultMinZoomFactor Indicates the minimum default zoom factor. Inherited from RichEditBehaviorOptions.
DocumentPropertiesAutoUpdate This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Download Specifies whether or not the Download operation is permitted.
Drag Specifies whether or not the Drag operation is permitted.
Drop Specifies whether or not the Drop operation is permitted.
EastAsianTextAlignment For internal use only.
Encrypt Specifies whether the encryption operations are permitted.
FontSource This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ForeColorSource This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
FullScreen Specifies whether or not the Full Screen operation is permitted.
KeepTextHighlightingOnClearFormatting Gets or sets whether the clear formatting command (RichEditCommands.clearFormatting) removes text highlighting.
MaxZoomFactor This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
MinZoomFactor This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
OfficeScrolling This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Open Specifies whether or not the Open Document operation is permitted.
OvertypeAllowed This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
PageBreakInsertMode Gets or sets whether a page break is inserted next to the specified position or in the new line.
Paste Specifies whether or not the Paste operation is permitted.
PasteLineBreakSubstitution This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
PasteSingleCellAsText This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Printing Specifies whether or not the printing operations are permitted.
RaiseClientEventsOnModificationsViaAPI Gets or sets whether to raise client-side events when a document (or its selection) are changed via the client API.
RightToLeftTextDirection For internal use.
Save Specifies whether or not the Save Document operation is permitted.
SaveAs Specifies whether or not the Save Document As… operation is permitted.
ShowPopupMenu This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
TabMarker Specifies which character(s) to insert when pressing the TAB key.
Touch This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
UseFontSubstitution This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Zooming This property is not currently in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Methods

Name Description
Assign(BaseOptions) Copies the settings from the specified object to the current one.
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) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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

Name Description
Changed Occurs when the options are modified. Inherited from RichEditNotificationOptions.
See Also