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