SpellCheckWordByWordWindow
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
public class SpellCheckWordByWordWindow : RadWindow, INotifyLayoutChange, IDragAware, INotifyPropertyChanged, IComponentConnector, IStyleConnector
Inheritance: objectWindowBaseRadWindowSpellCheckWordByWordWindow
Implements:
Inherited Members
Constructors
public SpellCheckWordByWordWindow(string word, IControlSpellChecker spellCheckingManager)
Properties
Represents the initial error word detected during the spell check process.
public string InitialErrorWord { get; }
Gets a value indicating whether the 'Add to Dictionary' button is visible in the Spell Check Word by Word window.
public bool IsAddToDictionaryButtonVisible { get; set; }
Gets a value indicating whether the "Edit Custom Dictionary" button is visible.
public bool IsEditCustomDictionaryButtonVisible { get; set; }
Gets a value indicating whether the "Ignore All" button is visible in the Spell Check Word by Word window.
public bool IsIgnoreAllButtonVisible { get; set; }
Gets or sets the currently selected theme for the Spell Check Word by Word window.
public Theme SelectedTheme { get; set; }
Manages the spell checking process within the SpellCheckWordByWordWindow.
public IControlSpellChecker SpellCheckingManager { get; }
Gets or sets the height of the SpellCheckWordByWordWindow.
public double WindowHeight { get; set; }
A double representing the height of the window in pixels.
Gets or sets the width of the spell check window, measured in pixels.
public double WindowWidth { get; set; }
A double representing the width of the window.
Methods
InitializeComponent
public void InitializeComponent()
Events
public event PropertyChangedEventHandler PropertyChanged
Implements: