SpellingFormShowingEventArgs Properties
Provides data for the SpellingFormShowing event.Name | Description |
---|---|
Handled | Gets or sets a value indicating whether default event actions are required. Inherited from FormShowingEventArgs. |
Suggestions | Provides access to the collection of suggested words to be displayed at the spelling form. |
Word | Gets a misspelled word for which the spelling form is invoked. |
See Also