Spelling Members
Public Instance Constructors
|
|
Overloaded. Initializes a new instance of the Spelling class. |
Public Instance Properties
| Display the 'Spell Check Complete' alert. | |
| Gets the IContainer that contains the Component. | |
| The current word being spell checked from the text property | |
| The WordDictionary object to use when spell checking | |
| Ignore words with all capital letters when spell checking | |
| Ignore html tags when spell checking | |
| List of words to automatically ignore | |
| Ignore words with digits when spell checking | |
| The maximum number of suggestions to generate | |
| List of words and replacement values to automatically replace | |
| The word to used when replacing the misspelled word | |
| Determines if the spell checker should use its internal suggestions and options dialogs. | |
| Gets or sets the ISite of the Component. | |
| The internal spelling suggestions dialog form | |
| The suggestion strategy to use when generating suggestions | |
| An array of word suggestions for the correct spelling of the misspelled word | |
| The text to spell check | |
| TextIndex is the index of the current text being spell checked | |
| The number of words being spell checked | |
| WordIndex is the index of the current word being spell checked |
Public Instance Methods
| Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. | |
| Deletes the CurrentWord from the Text Property | |
| Overloaded. Releases all resources used by the Component. | |
| Overloaded. Calculates the minimum number of change, inserts or deletes required to change firstWord into secondWord | |
| Determines whether the specified Object is equal to the current Object. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Retrieves the current lifetime service object that controls the lifetime policy for this instance. | |
| Gets the Type of the current instance. | |
| Gets the word index from the text index. Use this method to find a word based on the text position. | |
| Ignores all instances of the CurrentWord in the Text Property | |
| Ignores the instances of the CurrentWord in the Text Property | |
| Obtains a lifetime service object to control the lifetime policy for this instance. | |
| Overloaded. Replaces all instances of the CurrentWord in the Text Property | |
| Overloaded. Replaces the instances of the CurrentWord in the Text Property | |
| Overloaded. Spell checks the words in the Text property starting at the WordIndex position. | |
| Overloaded. Populates the Suggestions property with word suggestions for the word | |
| Checks to see if the word is in the dictionary | |
Public Instance Events
| This event is fired when a word is deleted | |
| Adds an event handler to listen to the Disposed event on the component. | |
| This event is fired when word is detected two times in a row | |
| This event is fired when the spell checker reaches the end of the text in the Text property | |
| This event is fired when a word is skipped | |
| This event is fired when the spell checker finds a word that is not in the dictionaries | |
| This event is fired when a word is replace |
Protected Instance Properties
| Gets a value that indicates whether the Component is currently in design mode. | |
| Gets the list of event handlers that are attached to this Component. |
Protected Instance Methods
| Overloaded. Clean up any resources being used. | |
| Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. | |
| Returns an object that represents a service provided by the Component or by its Container. | |
| Creates a shallow copy of the current Object. | |
| This is the method that is responsible for notifying receivers that the event occurred | |
| This is the method that is responsible for notifying receivers that the event occurred | |
| This is the method that is responsible for notifying receivers that the event occurred | |
| This is the method that is responsible for notifying receivers that the event occurred | |
| This is the method that is responsible for notifying receivers that the event occurred | |
| This is the method that is responsible for notifying receivers that the event occurred |
See Also
Spelling Class | NetSpell.SpellChecker Namespace