Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
C#
public class SpellCheckWordByWordForm : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormSpellCheckWordByWordForm...
Implements:
Inherited Members
Constructors
C#
public SpellCheckWordByWordForm()
C#
public SpellCheckWordByWordForm(string word, IControlSpellChecker spellCheckingManager, int position = 0)
Properties
C#
public IControlSpellChecker ControlSpellChecker { get; }
C#
public string InitialErrorWord { get; }
Methods
Clean up any resources being used.
C#
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides: