Class SpellCheckWordByWordWindow
SpellCheckWordByWordWindow
Inherited Members
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class SpellCheckWordByWordWindow : RadWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, INotifyPropertyChanged, IComponentConnector, IStyleConnector
Constructors
SpellCheckWordByWordWindow(String, IControlSpellChecker)
Declaration
public SpellCheckWordByWordWindow(string word, IControlSpellChecker spellCheckingManager)
Parameters
System.String
word
|
IControlSpellChecker
spellCheckingManager
|
Properties
InitialErrorWord
Represents the initial error word detected during the spell check process.
Declaration
public string InitialErrorWord { get; }
Property Value
System.String
|
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
System.Boolean
|
IsEditCustomDictionaryButtonVisible
Gets a value indicating whether the "Edit Custom Dictionary" button is visible.
Declaration
public bool IsEditCustomDictionaryButtonVisible { get; set; }
Property Value
System.Boolean
|
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
System.Boolean
|
SelectedTheme
Gets or sets the currently selected theme for the Spell Check Word by Word window.
Declaration
public Theme SelectedTheme { get; set; }
Property Value
Theme
|
SpellCheckingManager
Manages the spell checking process within the SpellCheckWordByWordWindow.
Declaration
public IControlSpellChecker SpellCheckingManager { get; }
Property Value
IControlSpellChecker
|
WindowHeight
Gets or sets the height of the SpellCheckWordByWordWindow.
Declaration
public double WindowHeight { get; set; }
Property Value
System.Double
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
System.Double
A double representing the width of the window. |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|