Class SpellCheckWordByWordForm
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.SpellChecker.dll
Syntax
public class SpellCheckWordByWordForm : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
SpellCheckWordByWordForm()
Declaration
public SpellCheckWordByWordForm()
SpellCheckWordByWordForm(String, IControlSpellChecker, Int32)
Declaration
public SpellCheckWordByWordForm(string word, IControlSpellChecker spellCheckingManager, int position = 0)
Parameters
System.String
word
|
IControlSpellChecker
spellCheckingManager
|
System.Int32
position
|
Properties
ControlSpellChecker
Declaration
public IControlSpellChecker ControlSpellChecker { get; }
Property Value
IControlSpellChecker
|
InitialErrorWord
Declaration
public string InitialErrorWord { get; }
Property Value
System.String
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|