ClassSpellingFormShowingEventArgs
Class
Provides data for the SpellingFormShowing event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
cs-api-definition
public class SpellingFormShowingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsSpellingFormShowingEventArgs
Inherited Members
Constructors
SpellingFormShowingEventArgs(RadForm, IControlSpellChecker)
Declaration
cs-api-definition
public SpellingFormShowingEventArgs(RadForm form, IControlSpellChecker spellChecker)
Parameters
form
spellChecker
Properties
SpellChecker
Gets an instance of IControlSpellChecker
Declaration
cs-api-definition
public IControlSpellChecker SpellChecker { get; }
Property Value
The spell checker.
SpellingForm
Gets or sets the spelling form.
Declaration
cs-api-definition
public RadForm SpellingForm { get; set; }
Property Value
The spelling form.