Dictionary.ReadOnly Property
True if the specified dictionary cannot be changed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ReadOnly As Boolean
Get
'Usage
Dim instance As Dictionary
Dim value As Boolean
value = instance.ReadOnly
bool ReadOnly { get; }
Property Value
Type: System.Boolean
Remarks
The active grammar, hyphenation, spelling, and thesaurus dictionaries are read-only. Custom dictionaries are read/write.