ClassSpellCheckWordByWordWindow
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
SpellCheckWordByWordWindow(string, IControlSpellChecker)
Declaration
public SpellCheckWordByWordWindow(string word, IControlSpellChecker spellCheckingManager)
Parameters
word
spellCheckingManager
Properties
InitialErrorWord
Represents the initial error word detected during the spell check process.
IsAddToDictionaryButtonVisible
Gets a value indicating whether the 'Add to Dictionary' button is visible in the Spell Check Word by Word window.
Declaration
public bool IsAddToDictionaryButtonVisible { get; set; }
Property Value
IsEditCustomDictionaryButtonVisible
Gets a value indicating whether the "Edit Custom Dictionary" button is visible.
Declaration
public bool IsEditCustomDictionaryButtonVisible { get; set; }
Property Value
IsIgnoreAllButtonVisible
Gets a value indicating whether the "Ignore All" button is visible in the Spell Check Word by Word window.
Declaration
public bool IsIgnoreAllButtonVisible { get; set; }
Property Value
SelectedTheme
Gets or sets the currently selected theme for the Spell Check Word by Word window.
SpellCheckingManager
Manages the spell checking process within the SpellCheckWordByWordWindow.
Declaration
public IControlSpellChecker SpellCheckingManager { get; }
Property Value
WindowHeight
Gets or sets the height of the SpellCheckWordByWordWindow.
Declaration
public double WindowHeight { get; set; }
Property Value
A double representing the height of the window in pixels.
WindowWidth
Gets or sets the width of the spell check window, measured in pixels.
Declaration
public double WindowWidth { get; set; }
Property Value
A double representing the width of the window.
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements