Holds/Loads/Saves user options.
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class UserOptions
public class UserOptions
Public Class UserOptions
Public Class UserOptions
public ref class UserOptions
public ref class UserOptions
type UserOptions = class end
type UserOptions = class end
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| UserOptions()()()() | ||
| AllowAnyCase |
(User option)
| |
| AllowMixedCase |
(User option)
| |
| ChangeMaintainsCheckValidity()()()() |
Whether any changes have caused the current spell check progress to be invalid (requiring reset of the spell checker).
| |
| CheckAsYouType |
(User option) Check as you type option
| |
| Clone()()()() |
Returns a copy of this object
| |
| CustomStreamForLoading |
The stream to use when loading options
| |
| CustomStreamForSaving |
The stream to use when saving options
| |
| Delete()()()() |
Delete the user's settings
| |
| Enabled |
Whether options are enabled
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| FindSuggestions |
(User option)
| |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| IgnoreCapitalizedWords |
(User option)
| |
| IgnoreURLsAndEmailAddresses |
(User option)
| |
| IgnoreWordsWithDigits |
(User option)
| |
| IncludeUserDictionaryInSuggestions |
(User option)
| |
| Load()()()() |
Load the user's settings
| |
| Load(Stream) |
Load the users settings from userOptionsStream | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| NeedCustomStreamForLoading |
Fired when a custom stream can be set to load the options from.
| |
| NeedCustomStreamForSaving |
Fired when a custom stream can be set to save the options to.
| |
| OnRecheckDocumentRequest(EventArgs) |
Raises recheck document event
| |
| OptionsHaveChanged()()()() |
Whether this and c are set with the same options.
| |
| OptionsSaved |
Fired when the options are saved
| |
| RecheckDocumentRequest |
Fired when the user requests the text to be rechecked
| |
| Save()()()() |
Save user's settings
| |
| Save(Stream) |
Save user's settings to stream | |
| SetUserOptions(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Sets new settings
| |
| StorageLocation |
Where the user's options are stored.
| |
| ToString()()()() | (Inherited from Object.) | |
| UserDictionary |
The user dictionary loaded for the user
| |
| UserOptionsFileName |
The file name used to store the settings (by default in IsolatedStorage).
|
| Object | |
| UserOptions | |
Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214