ClassSpellCheckAllAtOnceWindow
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
SpellCheckAllAtOnceWindow(IControlSpellChecker)
Initializes a new instance of the SpellCheckAllAtOnceWindow class using the specified spell checker manager.
Declaration
public SpellCheckAllAtOnceWindow(IControlSpellChecker spellChecker)
Parameters
spellChecker
An implementation of IControlSpellChecker that manages spell checking operations for the window.
Properties
CustomControl
Represents a custom control for the SpellCheckAllAtOnceWindow in the Telerik Windows Documents Proofing module.
Declaration
public Control CustomControl { get; set; }
Property Value
Control
FrameworkElementName
Gets the name of the framework element associated with the Spell Check All At Once window.
Declaration
public string FrameworkElementName { get; set; }
Property Value
A string representing the name of the framework element.
HasErrors
Gets a value indicating whether there are any errors in the spell check.
IsAddToDictionaryButtonVisible
Gets a value indicating whether the "Add to Dictionary" button is visible.
Declaration
public bool IsAddToDictionaryButtonVisible { get; set; }
Property Value
IsEditCustomDictionaryButtonVisible
Gets a value indicating whether the "Edit Custom Dictionary" button is visible in the Spell Check All At Once window.
Declaration
public bool IsEditCustomDictionaryButtonVisible { get; set; }
Property Value
IsIgnoreAllButtonVisible
Gets a value indicating whether the "Ignore All" button is visible in the Spell Check All At Once window.
Declaration
public bool IsIgnoreAllButtonVisible { get; set; }
Property Value
IsOkPressed
Gets a value indicating whether the "OK" button was pressed in the spell check dialog.
SelectedTheme
Gets or sets the currently selected theme for the SpellCheckAllAtOnceWindow.
SpellCheckedDocument
Represents the document that has been spell checked in the SpellCheckAllAtOnceWindow.
Declaration
public RadDocument SpellCheckedDocument { get; }
Property Value
WindowHeight
Gets or sets the height of the Spell Check All At Once window.
WindowWidth
Gets or sets the width of the Spell Check All At Once window.
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
ShowDialog(RadDocument, bool)
Displays the spell-check dialog for the specified RadDocument.
Declaration
public void ShowDialog(RadDocument document, bool showAlertIfNoErrors)
Parameters
document
The RadDocument that will be checked for spelling errors.
showAlertIfNoErrors
Specifies whether the dialog should be modal.
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements