Spelling Members

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling Members

Spelling overview

Public Instance Constructors

Spelling Overloaded. Initializes a new instance of the Spelling class.

Public Instance Properties

AlertComplete Display the 'Spell Check Complete' alert.
Container (inherited from Component) Gets the IContainer that contains the Component.
CurrentWord The current word being spell checked from the text property
Dictionary The WordDictionary object to use when spell checking
IgnoreAllCapsWords Ignore words with all capital letters when spell checking
IgnoreHtml Ignore html tags when spell checking
IgnoreList List of words to automatically ignore
IgnoreWordsWithDigits Ignore words with digits when spell checking
MaxSuggestions The maximum number of suggestions to generate
ReplaceList List of words and replacement values to automatically replace
ReplacementWord The word to used when replacing the misspelled word
ShowDialog Determines if the spell checker should use its internal suggestions and options dialogs.
Site (inherited from Component) Gets or sets the ISite of the Component.
SuggestionForm The internal spelling suggestions dialog form
SuggestionMode The suggestion strategy to use when generating suggestions
Suggestions An array of word suggestions for the correct spelling of the misspelled word
Text The text to spell check
TextIndex TextIndex is the index of the current text being spell checked
WordCount The number of words being spell checked
WordIndex WordIndex is the index of the current word being spell checked

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
DeleteWord Deletes the CurrentWord from the Text Property
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
EditDistanceOverloaded. Calculates the minimum number of change, inserts or deletes required to change firstWord into secondWord
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
GetWordIndexFromTextIndex Gets the word index from the text index. Use this method to find a word based on the text position.
IgnoreAllWord Ignores all instances of the CurrentWord in the Text Property
IgnoreWord Ignores the instances of the CurrentWord in the Text Property
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
ReplaceAllWordOverloaded. Replaces all instances of the CurrentWord in the Text Property
ReplaceWordOverloaded. Replaces the instances of the CurrentWord in the Text Property
SpellCheckOverloaded. Spell checks the words in the Text property starting at the WordIndex position.
SuggestOverloaded. Populates the Suggestions property with word suggestions for the word
TestWord Checks to see if the word is in the dictionary
ToString (inherited from Component)

Public Instance Events

DeletedWord This event is fired when a word is deleted
Disposed (inherited from Component)Adds an event handler to listen to the Disposed event on the component.
DoubledWord This event is fired when word is detected two times in a row
EndOfText This event is fired when the spell checker reaches the end of the text in the Text property
IgnoredWord This event is fired when a word is skipped
MisspelledWord This event is fired when the spell checker finds a word that is not in the dictionaries
ReplacedWord This event is fired when a word is replace

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

Protected Instance Methods

DisposeOverloaded. Clean up any resources being used.
Finalize (inherited from Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnDeletedWord This is the method that is responsible for notifying receivers that the event occurred
OnDoubledWord This is the method that is responsible for notifying receivers that the event occurred
OnEndOfText This is the method that is responsible for notifying receivers that the event occurred
OnIgnoredWord This is the method that is responsible for notifying receivers that the event occurred
OnMisspelledWord This is the method that is responsible for notifying receivers that the event occurred
OnReplacedWord This is the method that is responsible for notifying receivers that the event occurred

See Also

Spelling Class | NetSpell.SpellChecker Namespace