Gets or sets a value indicating whether the SpellCheckDialog's dictionary combo box provides an All item that represents all dictionaries that are IsGetSuggestionsEnabled to create suggestions or not. The All item is only provided, if the number of dictionaries, that are set to IsGetSuggestionsEnabled, is more than one. The default value is false.

Syntax

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