Class SpellCheckWordByWordWindow
Inherited Members
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class SpellCheckWordByWordWindow : RadWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IWindow, INotifyPropertyChanged
Constructors
SpellCheckWordByWordWindow(String, IControlSpellChecker)
Declaration
public SpellCheckWordByWordWindow(string word, IControlSpellChecker spellCheckingManager)
Parameters
System.String
word
|
IControlSpellChecker
spellCheckingManager
|
Properties
InitialErrorWord
Declaration
public string InitialErrorWord { get; }
Property Value
System.String
|
IsAddToDictionaryButtonVisible
Declaration
public bool IsAddToDictionaryButtonVisible { get; set; }
Property Value
System.Boolean
|
IsEditCustomDictionaryButtonVisible
Declaration
public bool IsEditCustomDictionaryButtonVisible { get; set; }
Property Value
System.Boolean
|
IsIgnoreAllButtonVisible
Declaration
public bool IsIgnoreAllButtonVisible { get; set; }
Property Value
System.Boolean
|
SelectedTheme
SpellCheckingManager
Declaration
public IControlSpellChecker SpellCheckingManager { get; }
Property Value
IControlSpellChecker
|
WindowHeight
Declaration
public double WindowHeight { get; set; }
Property Value
System.Double
|
WindowWidth
Declaration
public double WindowWidth { get; set; }
Property Value
System.Double
|
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|