Options.SuggestFromMainDictionaryOnly Property
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SuggestFromMainDictionaryOnly As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.SuggestFromMainDictionaryOnly
instance.SuggestFromMainDictionaryOnly = value
bool SuggestFromMainDictionaryOnly { get; set; }
Property Value
Type: System.Boolean