Holds/Loads/Saves user options.
| C# | Visual Basic | Visual C++ |
public class UserOptions
Public Class UserOptions
public ref class UserOptions
| 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()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindSuggestions |
(User option)
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the type of the current instance. (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()()() | Creates a shallow copy of the current Object. (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()()() | Returns a string that represents the current object. (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 | |