Gets or sets a value indicating whether the All item of the SpellCheckDialog's dictionary combobox is selected or not. These properties can be set to true, if the SpellCheckDialog is not invoked or the SpellCheckDialog is opened, the number of dictionaries that are set to IsGetSuggestionsEnabled are more than one and the IsAllItemEnabled property is set to true. The default value is false.

Syntax

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