The SpellOptions type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Gets a string representation of this object.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property ActiveSpellingEnabled
Gets or sets whether active (as-you-type) spell-checking is enabled.
Public property Ignore
Gets or sets types of words to ignore during the spell-check.
Public property MaxSuggestionsInContextMenu
Gets or sets the maximum number of spelling suggestions to show in the editor's context menu.
Public property ShowSuggestionsInContextMenu
Gets or sets whether the spell-checker should show spelling suggestions in the [!:System.Windows.Forms.ContextMenuStrip] associated with the editor being monitored by this C1SpellChecker.
Public property UnderlineColor
Gets or sets the color of the wavy underlines drawn under misspelled words.

See Also