Version

PropertyIds Enumeration

Unique identifier for each property.
Syntax
'Declaration
 
Public Enum PropertyIds 
   Inherits System.Enum
public enum PropertyIds : System.Enum 
Members
MemberDescription
AllowCapitalizedWordsSpellOptions.AllowCapitalizedWords property
AllowCaseInsensitiveSuggestionsSpellOptions.AllowCaseInsensitiveSuggestions property
AllowMixedCaseSpellOptions.AllowMixedCase property
AllowWordsWithDigitsSpellOptions.AllowWordsWithDigits property
AllowXmlSpellOptions.AllowXml property
CheckCompoundWordsSpellOptions.CheckCompoundWords property
CheckHyphenatedTextSpellOptions.CheckHyphenatedText property
ConsiderationRangeSpellOptions.ConsiderationRange property
DictionaryUltraSpellChecker.Dictionary property
IncludeUserDictionaryInSuggestionsSpellOptions.IncludeUserDictionaryInSuggestions property
LanguageParserSpellOptions.LanguageParser property
ModeUltraSpellChecker.Mode property
SeparateHyphenWordsSpellOptions.SeparateHyphenWords property
ShowDialogsModalUltraSpellChecker.ShowDialogsModal property
SplitWordThresholdSpellOptions.SplitWordThreshold property
SuggestionMethodSpellOptions.SuggestionMethod property
SuggestSplitWordsSpellOptions.SuggestSplitWords property
UnderlineSpellingErrorColorUltraSpellChecker.UnderlineSpellingErrorColor property
UnderlineSpellingErrorStyleUltraSpellChecker.UnderlineSpellingErrorStyle property
UnderlineVerticalOffsetUltraSpellChecker.UnderlineVerticalOffset property
UserDictionaryUltraSpellChecker.UserDictionary property
Remarks

This enumeration lists all of the possible properties of the objects in the UltraWinSpellChecker namespace. These are used in the Infragistics.Win.UltraComponentBase.PropertyChanged event.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also