Ensures the dictionary is loaded, reading words from the file if necessary.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
public bool EnsureLoaded()
Visual Basic (Declaration)
Public Function EnsureLoaded As Boolean

Return Value

True if the dictionary is enabled and has been loaded successfully.

See Also