Object responsible for holding, loading and saving the user's spell check options.
| C# | Visual Basic | Visual C++ |
UserOptions Options { get; set; }
Property Options As UserOptions
property UserOptions^ Options { UserOptions^ get (); void set (UserOptions^ value); }
To customize how the user's options are saved/loaded, subclass UserOptions and set an instance in this property.