Class SpellCheckAllAtOnceWindow
SpellCheckAllAtOnceWindow
Inherited Members
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class SpellCheckAllAtOnceWindow : RadWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, INotifyPropertyChanged, IComponentConnector, IStyleConnector
Constructors
SpellCheckAllAtOnceWindow(IControlSpellChecker)
Initializes a new instance of the SpellCheckAllAtOnceWindow class using the specified spell checker manager.
Declaration
public SpellCheckAllAtOnceWindow(IControlSpellChecker spellChecker)
Parameters
IControlSpellChecker
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
System.Windows.Controls.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
System.String
A string representing the name of the framework element. |
HasErrors
Gets a value indicating whether there are any errors in the spell check.
Declaration
public bool HasErrors { get; }
Property Value
System.Boolean
|
IsAddToDictionaryButtonVisible
Gets a value indicating whether the "Add to Dictionary" button is visible.
Declaration
public bool IsAddToDictionaryButtonVisible { get; set; }
Property Value
System.Boolean
|
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
System.Boolean
|
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
System.Boolean
|
IsOkPressed
Gets a value indicating whether the "OK" button was pressed in the spell check dialog.
Declaration
public bool IsOkPressed { get; }
Property Value
System.Boolean
|
SelectedTheme
Gets or sets the currently selected theme for the SpellCheckAllAtOnceWindow.
Declaration
public Theme SelectedTheme { get; set; }
Property Value
Theme
|
SpellCheckedDocument
Represents the document that has been spell checked in the SpellCheckAllAtOnceWindow.
Declaration
public RadDocument SpellCheckedDocument { get; }
Property Value
RadDocument
|
WindowHeight
Gets or sets the height of the Spell Check All At Once window.
Declaration
public double WindowHeight { get; set; }
Property Value
System.Double
|
WindowWidth
Gets or sets the width of the Spell Check All At Once window.
Declaration
public double WindowWidth { get; set; }
Property Value
System.Double
|
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
ShowDialog(RadDocument, Boolean)
Displays the spell-check dialog for the specified RadDocument.
Declaration
public void ShowDialog(RadDocument document, bool showAlertIfNoErrors)
Parameters
RadDocument
document
The RadDocument that will be checked for spelling errors. |
System.Boolean
showAlertIfNoErrors
Specifies whether the dialog should be modal. |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|