Keyoti RapidSpell Desktop .NET 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 Desktop .NET
Sets new settings
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void SetUserOptions(
	bool checkAsYouType,
	bool includeUserDictionaryInSuggestions,
	bool ignoreWordsWithDigits,
	bool ignoreURLsAndEmailAddresses,
	bool ignoreCapitalizedWords,
	bool allowMixedCase,
	bool allowAnyCase,
	bool findSuggestions,
	bool isTrackPoint
)
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 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
)
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 
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. If you set the options through SetUserOptions, then passing isTrackPoint==false will mean that when Save is called, an event is fired for the property changes (causing the body text to be rechecked with the new settings). If isTrackPoint==true then it will think those settings are the original settings and no event will be fired on Save.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412