Dictionary.ReadOnly Property
Word Developer Reference |
True if the specified dictionary cannot be changed. Read-only Boolean.
Syntax
expression.ReadOnly
expression Required. A variable that represents a Dictionary object.
Remarks
The active grammar, hyphenation, spelling, and thesaurus dictionaries are read-only. Custom dictionaries are read/write.
See Also