Keyoti RapidSpell Silverlight API Docs
SetUserOptions Method (checkAsYouType, includeUserDictionaryInSuggestions, ignoreWordsWithDigits, ignoreURLsAndEmailAddresses, ignoreCapitalizedWords, allowMixedCase, allowAnyCase, findSuggestions, isTrackPoint)
APIKeyoti.RapidSpell.OptionsUserOptionsSetUserOptions(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Keyoti RapidSpell Silverlight
Sets new settings
Declaration Syntax
C#Visual BasicVisual C++F#
public virtual void SetUserOptions(
	bool checkAsYouType,
	bool includeUserDictionaryInSuggestions,
	bool ignoreWordsWithDigits,
	bool ignoreURLsAndEmailAddresses,
	bool ignoreCapitalizedWords,
	bool allowMixedCase,
	bool allowAnyCase,
	bool findSuggestions,
	bool isTrackPoint
)
Public Overridable Sub SetUserOptions ( 
	checkAsYouType As Boolean,
	includeUserDictionaryInSuggestions As Boolean,
	ignoreWordsWithDigits As Boolean,
	ignoreURLsAndEmailAddresses As Boolean,
	ignoreCapitalizedWords As Boolean,
	allowMixedCase As Boolean,
	allowAnyCase As Boolean,
	findSuggestions As Boolean,
	isTrackPoint As Boolean
)
public:
virtual void SetUserOptions(
	bool checkAsYouType, 
	bool includeUserDictionaryInSuggestions, 
	bool ignoreWordsWithDigits, 
	bool ignoreURLsAndEmailAddresses, 
	bool ignoreCapitalizedWords, 
	bool allowMixedCase, 
	bool allowAnyCase, 
	bool findSuggestions, 
	bool isTrackPoint
)
abstract SetUserOptions : 
        checkAsYouType : bool * 
        includeUserDictionaryInSuggestions : bool * 
        ignoreWordsWithDigits : bool * 
        ignoreURLsAndEmailAddresses : bool * 
        ignoreCapitalizedWords : bool * 
        allowMixedCase : bool * 
        allowAnyCase : bool * 
        findSuggestions : bool * 
        isTrackPoint : bool -> unit 
override SetUserOptions : 
        checkAsYouType : bool * 
        includeUserDictionaryInSuggestions : bool * 
        ignoreWordsWithDigits : bool * 
        ignoreURLsAndEmailAddresses : bool * 
        ignoreCapitalizedWords : bool * 
        allowMixedCase : bool * 
        allowAnyCase : bool * 
        findSuggestions : bool * 
        isTrackPoint : bool -> unit 
Parameters
checkAsYouType (Boolean)
includeUserDictionaryInSuggestions (Boolean)
ignoreWordsWithDigits (Boolean)
ignoreURLsAndEmailAddresses (Boolean)
ignoreCapitalizedWords (Boolean)
allowMixedCase (Boolean)
allowAnyCase (Boolean)
findSuggestions (Boolean)
isTrackPoint (Boolean)
Remarks
Set isTrackPoint to true in order to monitor changes from this point until Save is called. See OptionsSavedEventArgs for indicator for change since track point.

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)