Skip to main content

RichEditBehaviorOptions Members

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

#Constructors

Name Description
RichEditBehaviorOptions() Initializes a new instance of the RichEditBehaviorOptions class with default settings.

#Properties

Name Description
Copy Gets or sets whether the Copy operation is permitted.
CopyAllowed Gets whether the Copy operation is allowed.
CreateNew Gets or sets whether the Create New Document operation is permitted.
CreateNewAllowed Gets whether the Create New Document operation is allowed.
Cut Gets or sets whether the Cut operation is permitted.
CutAllowed Gets whether the Cut operation is allowed.
DefaultMaxZoomFactor Gets the maximum zoom factor that is set for the control, by default.
DefaultMinZoomFactor Gets the minimum zoom factor that is set for the control, by default.
Drag Gets or sets whether the Drag operation is permitted.
DragAllowed Gets whether the Drag operation is allowed.
Drop Gets or sets whether the Drop operation has any effect.
DropAllowed Gets whether the Drop operation is allowed.
FontSource Gets or sets the font setting used to specify the default font displayed in the RichEditControl.
ForeColorSource Gets or sets the source of the color setting used to specify the forecolor of the font displayed in the RichEditControl.
MaxZoomFactor Gets or sets the upper limit of document zooming.
MinZoomFactor Gets or sets the lower limit of document zooming.
OfficeScrolling Not in effect for the Silverlight platform.
OfficeScrollingAllowed Not in effect for the Silverlight platform.
Open Gets or sets whether the Open Document operation is permitted.
OpenAllowed Gets whether the Open Document operation is allowed.
OvertypeAllowed Specifies whether or not the overtype feature is allowed.
PageBreakInsertMode Gets or sets whether a page break is inserted next to the specified position or in the new line.
Paste Gets or sets whether the Paste operation is permitted.
PasteAllowed Gets whether the Paste operation is allowed.
PasteLineBreakSubstitution Gets or sets the substitute character that is used to replace the line break in pasted HTML.
PasteSingleCellAsText Gets or sets whether to paste as plain text a single cell copied to the clipboard.
Printing Gets or sets whether the printing operations are permitted.
PrintingAllowed Gets whether the Printing operations are allowed.
Save Gets or sets whether the Save Document operation is permitted.
SaveAllowed Gets whether the Save Document operation is allowed.
SaveAs Gets or sets whether the Save Document As.. operation is permitted.
SaveAsAllowed Gets whether the Save As... operation is allowed.
ShowPopupMenu Gets or sets whether the RichEdit popup menu can be displayed.
ShowPopupMenuAllowed Gets whether the context menus can be shown.
TabMarker Gets or sets the character(s) inserted when pressing the Tab key.
Touch Gets or sets whether the touch device input is analyzed.
TouchAllowed Gets whether the Touch operation is allowed.
UseFontSubstitution Gets or sets whether a font substitution is used to display characters if the current font is missing the corresponding symbols.
Zooming Gets or sets whether the Zoom operation is permitted.
ZoomingAllowed Gets whether Zoom operations are allowed.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(BaseOptions) Copies all settings from the options object passed as a parameter. Inherited from BaseOptions.
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) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. 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
Show Inherited Hide Inherited

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