EnsureLoaded Method (SpellDictionaryBase)
In This Topic
Ensures the dictionary is loaded, reading words from the file if necessary.
Syntax
'Declaration
Public Function EnsureLoaded() As Boolean
public bool EnsureLoaded()
Return Value
True if the dictionary is enabled and has been loaded successfully.
See Also