The following tables list the members exposed by UltraSpellChecker.
Name | Description | |
---|---|---|
UltraSpellChecker Constructor | Overloaded. |
Name | Description | |
---|---|---|
ComponentRole | (Inherited from Infragistics.Win.UltraStylableComponent) | |
Container | (Inherited from System.ComponentModel.Component) | |
Dictionary | Gets or sets a path to the dictionary file. | |
EventManager | The object that enables, disables and controls firing of specific control events. | |
Mode | Gets or sets the type of spell checking that will be performed (none, dialog, as you type, or both). | |
ShowDialogsModal | Gets or sets whether to show spell checking dialogs as modal or non-modal. | |
Site | Overridden. The component's site (set at design time only). | |
SpellOptions | Gets the options available for the spell checker engine. | |
StyleLibraryName | (Inherited from Infragistics.Win.UltraStylableComponent) | |
StyleSetName | (Inherited from Infragistics.Win.UltraStylableComponent) | |
UnderlineSpellingErrorColor | Gets or sets the color to use when underlining misspelled words in the controls bring spell checked. | |
UnderlineSpellingErrorColorResolved | Gets the resolved value of the UnderlineSpellingErrorColor. | |
UnderlineSpellingErrorStyle | Gets or sets the way misspelled words will be underlined in their editors. | |
UnderlineSpellingErrorStyleResolved | Gets the resolved value of the UnderlineSpellingErrorStyle. | |
UnderlineVerticalOffset | The vertical distance to offset the underline error. | |
UseAppStyling | (Inherited from Infragistics.Win.UltraStylableComponent) | |
UserDictionary | Gets or sets a path to the user dictionary. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from Infragistics.Win.UltraComponentBase) | |
SubObjectPropChangeHandler | Handler for a SubObjectPropChange event |
Name | Description | |
---|---|---|
AddWordToUserDictionary | Adds a word to the current UserDictionary. | |
BeginInit | Signals the object that initialization is starting. | |
CheckText | Spell checks the specified text and returns a collection of errors in the text. | |
CheckWord | Spell checks a word, and returns a WordCheckResult instance with the results from the check. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Dispose any resources used by the component | |
EndInit | Signals the object that initialization is complete. | |
GetErrorAtPoint | Gets 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. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetSpellCheckerSettings | Gets the SpellCheckerSettings for the specified control. | |
IgnoreAll | Ignores all instances of a misspelled word when spell checking. | |
IgnoreError | Ignores the specified error in the spell check target. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
RemoveWordFromUserDictionary | Removes a word from the current UserDictionary. | |
SetSpellCheckerSettings | Sets the SpellCheckerSettings extender property for the specified control. | |
ShowSpellCheck | Overloaded. Shows the spell checking dialog non-modally for the specified object and returns a reference to the spell check dialog shown. | |
ShowSpellCheckDialog | Overloaded. Shows the spell checking dialog for the specified object and returns the System.Windows.Forms.DialogResult of the dialog box. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateComponentRole | Overridden. Factory method used to create the component role that provides the style information for the component. | |
CreateSpellCheckTargetImplementation | Creates an Infragistics.Win.UltraWinSpellChecker.ISpellCheckTarget instance which provides spell checking support for the specified object. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Win.UltraComponentBase) | |
OnBeginInit | Begins the initialization of the component. | |
OnEndInit | Ends the initialization of the component. | |
OnEnterEditMode | Should be called when a spell checked Infragistics.Win.EmbeddableEditorBase goes into edit mode. | |
OnExitEditMode | Should be called when a spell checked Infragistics.Win.EmbeddableEditorBase is about to exit edit mode. | |
OnNoErrorsFound | Fires the NoErrorsFound event. | |
OnPropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) | |
OnSpellCheckDialogClosed | Fires the SpellCheckDialogClosed event. | |
OnSpellCheckDialogOpening | Fires the SpellCheckDialogOpening event. | |
OnSpellChecked | Fires the SpellChecked event. | |
OnSpellChecking | Fires the SpellChecking event. | |
OnSpellError | Fires the SpellError event. | |
OnSubObjectPropChanged | Invoked when a property on a sub object has changed. | |
OnWordCorrected | Fires the WordCorrected event. | |
ShouldSerializeContainingControl | Returns true if the ContainingControl property should be serialized |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
NoErrorsFound | Fired when the spell check dialog is called to check errors and there are no errors. | |
PropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) | |
SpellCheckDialogClosed | Fired when a spell check dialog has closed. | |
SpellCheckDialogOpening | Fired when the spell checking dialog is about to display. | |
SpellChecked | Fired after all or a part of text is about to be spell checked. | |
SpellChecking | Fired when all or a part of text is about to be spell checked. | |
SpellError | Fired when a word typed by the user is misspelled and this component is in SpellCheckingMode.AsYouType mode. | |
WordCorrected | Fired when the user picks a new word to replace a misspelled word. |