SpellCheckAllAtOnceWindow
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
public class SpellCheckAllAtOnceWindow : RadWindow, INotifyLayoutChange, IDragAware, INotifyPropertyChanged, IComponentConnector, IStyleConnector
Inheritance: objectWindowBaseRadWindowSpellCheckAllAtOnceWindow
Implements:
Inherited Members
Constructors
Initializes a new instance of the SpellCheckAllAtOnceWindow class using the specified spell checker manager.
public SpellCheckAllAtOnceWindow(IControlSpellChecker spellChecker)
An implementation of IControlSpellChecker that manages spell checking operations for the window.
Properties
CustomControl
Control
Represents a custom control for the SpellCheckAllAtOnceWindow in the Telerik Windows Documents Proofing module.
public Control CustomControl { get; set; }
Gets the name of the framework element associated with the Spell Check All At Once window.
public string FrameworkElementName { get; set; }
A string representing the name of the framework element.
Gets a value indicating whether there are any errors in the spell check.
public bool HasErrors { get; }
Gets a value indicating whether the "Add to Dictionary" button is visible.
public bool IsAddToDictionaryButtonVisible { get; set; }
Gets a value indicating whether the "Edit Custom Dictionary" button is visible in the Spell Check All At Once window.
public bool IsEditCustomDictionaryButtonVisible { get; set; }
Gets a value indicating whether the "Ignore All" button is visible in the Spell Check All At Once window.
public bool IsIgnoreAllButtonVisible { get; set; }
Gets a value indicating whether the "OK" button was pressed in the spell check dialog.
public bool IsOkPressed { get; }
Gets or sets the currently selected theme for the SpellCheckAllAtOnceWindow.
public Theme SelectedTheme { get; set; }
Represents the document that has been spell checked in the SpellCheckAllAtOnceWindow.
public RadDocument SpellCheckedDocument { get; }
Gets or sets the height of the Spell Check All At Once window.
public double WindowHeight { get; set; }
Gets or sets the width of the Spell Check All At Once window.
public double WindowWidth { get; set; }
Methods
InitializeComponent
public void InitializeComponent()
Displays the spell-check dialog for the specified RadDocument.
public void ShowDialog(RadDocument document, bool showAlertIfNoErrors)
The RadDocument that will be checked for spelling errors.
showAlertIfNoErrorsboolSpecifies whether the dialog should be modal.
Events
public event PropertyChangedEventHandler PropertyChanged
Implements: