_Application.CustomDictionaries Property

Definition

Returns a Dictionaries object that represents the collection of active custom dictionaries. Active custom dictionaries are marked with a check in the Custom Dictionariesdialog box.

public:
 property Microsoft::Office::Interop::Word::Dictionaries ^ CustomDictionaries { Microsoft::Office::Interop::Word::Dictionaries ^ get(); };
public Microsoft.Office.Interop.Word.Dictionaries CustomDictionaries { get; }
member this.CustomDictionaries : Microsoft.Office.Interop.Word.Dictionaries
Public ReadOnly Property CustomDictionaries As Dictionaries

Property Value

Applies to