_Global.CustomDictionaries Property
Returns a Dictionaries object that represents the collection of active custom dictionaries. Active custom dictionaries are marked with a check in the Custom Dictionaries dialog box.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property CustomDictionaries As Dictionaries
Get
'Usage
Dim instance As _Global
Dim value As Dictionaries
value = instance.CustomDictionaries
Dictionaries CustomDictionaries { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Dictionaries