Skip to main content

RichEditControlOptions Members

Represents the storage of settings specific for the RichEditControl.

#Constructors

Name Description
RichEditControlOptions(InnerRichEditDocumentServer) For internal use only.

#Properties
Show Inherited Hide Inherited

Name Description
Authentication Provides access to an object used to specify the identity parameters for range editing permissions. Inherited from RichEditControlOptionsBase.
AutoCorrect Provides access to options that enable you to configure autocorrect features. Inherited from RichEditControlOptionsBase.
Behavior Provides access to an object that enables you to apply restrictions on different editor operations. Inherited from RichEditControlOptionsBase.
Bookmarks Gets or sets whether the bookmarks support is required for correct export of the document. Inherited from RichEditControlOptionsBase.
Comments Provides access to an object used to specify different options for comments in the document. Inherited from RichEditControlOptionsBase.
CopyPaste Inherited from RichEditControlOptionsBase.
DocumentCapabilities Provides access to an object used to specify document and operation restrictions. Inherited from RichEditControlOptionsBase.
DocumentSaveOptions Provides access to the control's document saving options. Inherited from RichEditControlOptionsBase.
Export Provides access to RichEditControl options used for export to different formats. Inherited from RichEditControlOptionsBase.
Fields Provides access to options specific to document fields. Inherited from RichEditControlOptionsBase.
FormattingMarkVisibility Provides access to an object used to specify how formatting marks and hidden text ranges are shown in the document. Inherited from RichEditControlOptionsBase.
HorizontalRuler Provides access to options specific to the horizontal ruler element of the RichEditControl. Inherited from RichEditControlOptionsBase.
Hyperlinks Provides access to options specific to hyperlinks. Inherited from RichEditControlOptionsBase.
Import Provides access to RichEditControl options used for import from different formats. Inherited from RichEditControlOptionsBase.
Layout Provides access to RichEditControl options that affect layout and display. Inherited from RichEditControlOptionsBase.
MailMerge Provides access to default RichEditControl options used for mail merge. Inherited from RichEditControlOptionsBase.
Printing Provides access to options specific to printing. Inherited from RichEditControlOptionsBase.
RangePermissions Provides access to an object used to specify various options for ranges with permissions in the document. Inherited from RichEditControlOptionsBase.
Search Provides access to RichEditControl options used for searching within a document. Inherited from RichEditControlOptionsBase.
SpellChecker Gets or sets a spell checker component used with the RichEdit control. Inherited from RichEditControlOptionsBase.
TableOptions Provides access to an object used to specify different options for tables in the document. Inherited from RichEditControlOptionsBase.
VerticalRuler Provides access to options specific for the vertical ruler of the RichEditControl. Inherited from RichEditControlOptionsBase.

#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.
Dispose() This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from RichEditControlOptionsBase.
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