Version

SpellOptions Class Members

The following tables list the members exposed by SpellOptions.

Public Constructors
 NameDescription
Public ConstructorSpellOptions ConstructorConstructor  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAllowCapitalizedWordsGets or sets whether to ignore words with all capital letters. If set to true, misspelled words in all capitals will not be marked misspelled.  
Public PropertyAllowCaseInsensitiveSuggestionsGets or sets whether misspelled words are converted to all lower case before looking for suggestions. If set to true, “tHE” and “tHe” will have the same suggestions.  
Public PropertyAllowMixedCaseGets or sets whether to allow the mixing of cases within a word. If set to true, “hELLo” will be correct. Otherwise it is marked misspelled.  
Public PropertyAllowWordsWithDigitsGets or sets whether to ignore the spelling of words with digits in them. If set to true, “hel123lo” will not be marked misspelled.  
Public PropertyAllowXmlGets or sets whether to allow XML/HTML tags in the text.  
Public PropertyCheckCompoundWordsGets or sets whether to check for words that are combined (“helloworld” would be correct when this is true).  
Public PropertyCheckHyphenatedTextGets or sets whether to look for each part of a hyphenated word in the dictionary, or to look for the hyphenated word as a whole in the dictionary. If set to true, “hello-world” would be spelled correctly, otherwise it would be incorrect.  
Public PropertyConsiderationRangeGets or sets the size factor for words to consider for suggestions. Increasing this value can have a large impact on performance.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIncludeUserDictionaryInSuggestionsGets or sets whether words from the user dictionary file should be included in the suggestion list.  
Public PropertyLanguageParserGets or sets the language parser to use. This should match the language of the dictionary file.  
Public PropertySeparateHyphenWordsGets or sets whether to treat a word with a hyphen in it as two separate words when checking for errors. If set to true, only the first word of “heelo-world” would be marked misspelled. Otherwise, the entire text is misspelled.  
Public PropertySplitWordThresholdGets or sets the minimum size a word needs to be in a combined word to become a suggestion. If set to a value greater than 2, “myhouse” would not have “my house” as a suggestion.  
Public PropertySuggestionMethodGets or sets the value which tells the spell checker engine how to find suggestions.  
Public PropertySuggestSplitWordsGets or sets whether to look for connecting words in words with errors. If set to true, “helloworld” would have “hello world” as one of its suggestions.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
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 MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets all properties of the SpellOptions object to their default values.  
Public MethodShouldSerializeReturns true if any property is not the default  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringProvides a string representation of the SpellOptions class.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also