Class SpellCheckAllAtOnceWindow
Inherited Members
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class SpellCheckAllAtOnceWindow : RadWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IWindow, INotifyPropertyChanged
Constructors
SpellCheckAllAtOnceWindow(IControlSpellChecker)
Declaration
public SpellCheckAllAtOnceWindow(IControlSpellChecker spellChecker)
Parameters
IControlSpellChecker
spellChecker
|
Properties
CustomControl
Declaration
public Control CustomControl { get; set; }
Property Value
System.Windows.Controls.Control
|
FrameworkElementName
Declaration
public string FrameworkElementName { get; set; }
Property Value
System.String
|
HasErrors
Declaration
public bool HasErrors { get; }
Property Value
System.Boolean
|
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
|
IsOkPressed
Declaration
public bool IsOkPressed { get; }
Property Value
System.Boolean
|
SelectedTheme
SpellCheckedDocument
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()
ShowDialog(RadDocument, Boolean)
Declaration
public void ShowDialog(RadDocument document, bool showAlertIfNoErrors)
Parameters
RadDocument
document
|
System.Boolean
showAlertIfNoErrors
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|