Gets or sets a value indicating whether a dictionary is loaded on adding to the TXSpell.Dictionaries dictionary collection partially or not. If the property is set to true, it is possible to spell check the text while the dictionary is still loading. In this case the spell checking text is slower than checking with completely loaded dictionaries. To get the full speed spell check performance the property needs to be set to false. The default value is false.

Introduced: 4.0.

Syntax

public bool LoadDictionaryDelayed { get; set; }
Public Property LoadDictionaryDelayed() As Boolean