Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditControlOptionsBase Members

Represents the base class for the RichEditControl and RichEditDocumentServer options.

Properties

Name Description
Annotations Provides access to options for displaying annotations in a document.
Authentication Provides access to an object used to specify the identity parameters for range editing permissions.
AutoCorrect Provides access to options that enable you to configure autocorrect features.
Behavior Provides access to an object that enables you to apply restrictions on different editor operations.
Bookmarks Provides access to an object used to specify different options for bookmarks in the document.
ClipboardFormats Gets the data formats currently available on the Clipboard.
Comments Provides access to options for displaying comments in the document.
CopyPaste Provides access to options useful in certain scenarios for inserting the content of one document into another.
DocumentCapabilities Provides access to an object used to specify document restrictions.
DocumentSaveOptions Provides access to the control’s document saving options.
Export Provides access to the options used for export to different formats.
Fields Provides access to options specific to document fields.
FormattingMarkVisibility Provides access to an object used to specify how formatting marks are shown in the document.
HorizontalRuler Provides access to options specific to the horizontal ruler element of the RichEditControl.
Hyperlinks Provides access to options specific to hyperlinks.
Import Provides access to the options used for import from different formats.
Layout Provides access to RichEditControl options that affect layout and display.
MailMerge Provides access to the default mail merge options.
Printing Provides access to options specific to printing.
RangePermissions Provides access to an object used to specify various options for ranges with permissions in the document.
Search Provides access to the options used for searching within a document.
SpellChecker Provides access to options that determine how the spell checker processes the document text.
TableOptions Provides access to an object used to specify different options for tables in the document.
VerticalRuler Provides access to options specific for the vertical ruler.

Methods

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.
Dispose() For internal use.
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