Version

UltraSpellChecker Class Methods

For a list of all members of this type, see UltraSpellChecker members.

Public Methods
 NameDescription
Public MethodAddWordToUserDictionaryAdds a word to the current UserDictionary.  
Public MethodBeginInitSignals the object that initialization is starting.  
Public MethodCheckTextSpell checks the specified text and returns a collection of errors in the text.  
Public MethodCheckWordSpell checks a word, and returns a WordCheckResult instance with the results from the check.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden. Dispose any resources used by the component  
Public MethodEndInitSignals the object that initialization is complete.  
Public MethodGetErrorAtPointGets the Error describing a misspelled word and its suggestions. This word is displayed in the spell checked control at the specified client coordinates. Null is returned if the word at the location is spelled correctly or if there is no word at the location.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetSpellCheckerSettingsGets the SpellCheckerSettings for the specified control.  
Public MethodIgnoreAllIgnores all instances of a misspelled word when spell checking.  
Public MethodIgnoreErrorIgnores the specified error in the spell check target.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodRemoveWordFromUserDictionaryRemoves a word from the current UserDictionary.  
Public MethodSetSpellCheckerSettingsSets the SpellCheckerSettings extender property for the specified control.  
Public MethodShowSpellCheckOverloaded. Shows the spell checking dialog non-modally for the specified object and returns a reference to the spell check dialog shown.  
Public MethodShowSpellCheckDialogOverloaded. Shows the spell checking dialog for the specified object and returns the System.Windows.Forms.DialogResult of the dialog box.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodCreateComponentRoleOverridden. Factory method used to create the component role that provides the style information for the component.  
Protected MethodCreateSpellCheckTargetImplementationCreates an Infragistics.Win.UltraWinSpellChecker.ISpellCheckTarget instance which provides spell checking support for the specified object.  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnBeginInitBegins the initialization of the component.  
Protected MethodOnEndInitEnds the initialization of the component.  
Protected MethodOnEnterEditModeShould be called when a spell checked Infragistics.Win.EmbeddableEditorBase goes into edit mode.  
Protected MethodOnExitEditModeShould be called when a spell checked Infragistics.Win.EmbeddableEditorBase is about to exit edit mode.  
Protected MethodOnNoErrorsFoundFires the NoErrorsFound event.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnSpellCheckDialogClosedFires the SpellCheckDialogClosed event.  
Protected MethodOnSpellCheckDialogOpeningFires the SpellCheckDialogOpening event.  
Protected MethodOnSpellCheckedFires the SpellChecked event.  
Protected MethodOnSpellCheckingFires the SpellChecking event.  
Protected MethodOnSpellErrorFires the SpellError event.  
Protected MethodOnSubObjectPropChangedInvoked when a property on a sub object has changed.  
Protected MethodOnWordCorrectedFires the WordCorrected event.  
Protected MethodShouldSerializeContainingControlReturns true if the ContainingControl property should be serialized  
See Also