Options.SuggestFromMainDictionaryOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Word draws spelling suggestions from the main dictionary only. False if it draws spelling suggestions from the main dictionary and any custom dictionaries that have been added.
public:
property bool SuggestFromMainDictionaryOnly { bool get(); void set(bool value); };
public bool SuggestFromMainDictionaryOnly { get; set; }
member this.SuggestFromMainDictionaryOnly : bool with get, set
Public Property SuggestFromMainDictionaryOnly As Boolean