Version

UltraSpellChecker Class Members

The following tables list the members exposed by UltraSpellChecker.

Public Constructors
 NameDescription
Public ConstructorUltraSpellChecker ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyComponentRole (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDictionaryGets or sets a path to the dictionary file.  
Public PropertyEventManagerThe object that enables, disables and controls firing of specific control events.  
Public PropertyModeGets or sets the type of spell checking that will be performed (none, dialog, as you type, or both).  
Public PropertyShowDialogsModalGets or sets whether to show spell checking dialogs as modal or non-modal.  
Public PropertySiteOverridden. The component's site (set at design time only).  
Public PropertySpellOptionsGets the options available for the spell checker engine.  
Public PropertyStyleLibraryName (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyStyleSetName (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyUnderlineSpellingErrorColorGets or sets the color to use when underlining misspelled words in the controls bring spell checked.  
Public PropertyUnderlineSpellingErrorColorResolvedGets the resolved value of the UnderlineSpellingErrorColor.  
Public PropertyUnderlineSpellingErrorStyleGets or sets the way misspelled words will be underlined in their editors.  
Public PropertyUnderlineSpellingErrorStyleResolvedGets the resolved value of the UnderlineSpellingErrorStyle.  
Public PropertyUnderlineVerticalOffsetThe vertical distance to offset the underline error.  
Public PropertyUseAppStyling (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyUserDictionaryGets or sets a path to the user dictionary.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Protected PropertySubObjectPropChangeHandlerHandler for a SubObjectPropChange event  
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  
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventNoErrorsFoundFired when the spell check dialog is called to check errors and there are no errors.  
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventSpellCheckDialogClosedFired when a spell check dialog has closed.  
Public EventSpellCheckDialogOpeningFired when the spell checking dialog is about to display.  
Public EventSpellCheckedFired after all or a part of text is about to be spell checked.  
Public EventSpellCheckingFired when all or a part of text is about to be spell checked.  
Public EventSpellErrorFired when a word typed by the user is misspelled and this component is in SpellCheckingMode.AsYouType mode.  
Public EventWordCorrectedFired when the user picks a new word to replace a misspelled word.  
See Also