Class
SpellCheckAllAtOnceWindow

SpellCheckAllAtOnceWindow

Definition

Namespace:Telerik.Windows.Documents.Proofing

Assembly:Telerik.Windows.Documents.Proofing.dll

Syntax:

cs-api-definition
public class SpellCheckAllAtOnceWindow : RadWindow, INotifyLayoutChange, IDragAware, INotifyPropertyChanged, IComponentConnector, IStyleConnector

Inheritance: objectWindowBaseRadWindowSpellCheckAllAtOnceWindow

Implements: IComponentConnectorIDragAwareINotifyLayoutChangeINotifyPropertyChangedIStyleConnector

Inherited Members RadWindow.ResponseButtonPropertyRadWindow.IconPropertyRadWindow.IconMarginPropertyRadWindow.IconTemplatePropertyRadWindow.WindowStartupLocationPropertyRadWindow.DialogResultPropertyRadWindow.PromptResultPropertyRadWindow.BorderBackgroundPropertyRadWindow.RestoreMinimizedLocationPropertyRadWindow.IsRestrictedPropertyRadWindow.RestrictedAreaMarginPropertyRadWindow.IsRestrictedWhenMaximizedPropertyRadWindow.ShouldUpdateActiveStatePropertyRadWindow.Alert(object)RadWindow.Alert(object, EventHandler<WindowClosedEventArgs>)RadWindow.Alert(DialogParameters)RadWindow.Prompt(object, EventHandler<WindowClosedEventArgs>)RadWindow.Prompt(object, EventHandler<WindowClosedEventArgs>, string)RadWindow.Prompt(DialogParameters)RadWindow.Confirm(DialogParameters)RadWindow.Confirm(object, EventHandler<WindowClosedEventArgs>)RadWindow.ConfigureModal(RadAlert, DialogParameters)RadWindow.GetParentRadWindow(DependencyObject)RadWindow.GetResponseButton(DependencyObject)RadWindow.SetResponseButton(DependencyObject, ResponseButton)RadWindow.OnApplyTemplate()RadWindow.Show()RadWindow.ShowDialog()RadWindow.ResetTheme()RadWindow.ShouldFocusOnActivate()RadWindow.ChangeVisualState(bool)RadWindow.OnInitialized(EventArgs)RadWindow.OnPreviewClosed(WindowPreviewClosedEventArgs)RadWindow.OnClosed(WindowClosedEventArgs)RadWindow.OnHostCreated(HostWindowCreatedEventArgs)RadWindow.OnGotFocus(RoutedEventArgs)RadWindow.OnLostFocus(RoutedEventArgs)RadWindow.OnKeyDown(KeyEventArgs)RadWindow.OnClosing()RadWindow.OnPreviewClosed()RadWindow.OnWindowStateChanged(EventArgs)RadWindow.GetWindowOwner()RadWindow.GetWindowStartupLocation()RadWindow.OnClosed()RadWindow.OnCreateAutomationPeer()RadWindow.DefaultSizeRatioRadWindow.BorderBackgroundRadWindow.IconTemplateRadWindow.IconRadWindow.IconMarginRadWindow.WindowStartupLocationRadWindow.DialogResultRadWindow.PromptResultRadWindow.RestoreMinimizedLocationRadWindow.IsRestrictedRadWindow.RestrictedAreaMarginRadWindow.IsRestrictedWhenMaximizedRadWindow.ShouldUpdateActiveStateRadWindow.ClosedRadWindow.PreviewClosedRadWindow.HostCreatedWindowBase.IsModalPropertyWindowBase.IsOpenPropertyWindowBase.IsResizingPropertyWindowBase.IsDraggingPropertyWindowBase.IsActiveWindowPropertyWindowBase.IsInActiveStatePropertyWindowBase.IsTopmostPropertyWindowBase.CaptionHeightPropertyWindowBase.ResizeBorderPropertyWindowBase.LeftPropertyWindowBase.TopPropertyWindowBase.WindowStatePropertyWindowBase.ResizeModePropertyWindowBase.CanClosePropertyWindowBase.CanMovePropertyWindowBase.SizeToContentPropertyWindowBase.HideMinimizeButtonPropertyWindowBase.HideMaximizeButtonPropertyWindowBase.CornerRadiusPropertyWindowBase.Close()WindowBase.GetZIndex()WindowBase.BringToFront()WindowBase.GetNormalSizeAndPosition()WindowBase.ShouldActivateOnShow()WindowBase.ShouldShowInTaskSwitcher()WindowBase.ShouldActivate()WindowBase.ChangeVisualState()WindowBase.ShowWindow(bool)WindowBase.CheckCanClose()WindowBase.OnLayoutChangeEnded(EventArgs)WindowBase.OnLocationChanged(EventArgs)WindowBase.OnLayoutChangeStarted(EventArgs)WindowBase.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)WindowBase.GetApplicationSize()WindowBase.OnLayoutChangeEnded()WindowBase.OnLayoutChangeStarted()WindowBase.CloseWithoutEventsAndAnimations()WindowBase.OnCloseAnimationFinished()WindowBase.OnShowAnimationFinished()WindowBase.OnRightMouseButtonUp()WindowBase.OnRootVisualSizeChanged()WindowBase.OnDragStart(Point, bool)WindowBase.OnDragEnd(Point, bool, bool)WindowBase.OnDragDelta(Point, Rect, Rect, bool)WindowBase.GetWindowOwnerHandle()WindowBase.OnActivated(EventArgs)WindowBase.OnDeactivated(EventArgs)WindowBase.ShouldSystemMenuOnRightClick()WindowBase.IsModalWindowBase.IsOpenWindowBase.IsTopmostWindowBase.CaptionHeightWindowBase.ResizeBorderWindowBase.LeftWindowBase.TopWindowBase.IsResizingWindowBase.IsDraggingWindowBase.IsLayoutChangingWindowBase.WindowStateWindowBase.ResizeModeWindowBase.CanCloseWindowBase.CanMoveWindowBase.IsActiveWindowWindowBase.IsInActiveStateWindowBase.CornerRadiusWindowBase.SizeToContentWindowBase.HideMaximizeButtonWindowBase.HideMinimizeButtonWindowBase.OwnerWindowBase.ActivatedWindowBase.DeactivatedWindowBase.LayoutChangeEndedWindowBase.LayoutChangeStartedWindowBase.LocationChangedWindowBase.WindowStateChanged

Constructors

SpellCheckAllAtOnceWindow(IControlSpellChecker)

Initializes a new instance of the SpellCheckAllAtOnceWindow class using the specified spell checker manager.

Declaration

cs-api-definition
public SpellCheckAllAtOnceWindow(IControlSpellChecker spellChecker)

Parameters

spellChecker

IControlSpellChecker

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

cs-api-definition
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

cs-api-definition
public string FrameworkElementName { get; set; }

Property Value

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

cs-api-definition
public bool HasErrors { get; }

Property Value

bool

IsAddToDictionaryButtonVisible

Gets a value indicating whether the "Add to Dictionary" button is visible.

Declaration

cs-api-definition
public bool IsAddToDictionaryButtonVisible { get; set; }

Property Value

bool

IsEditCustomDictionaryButtonVisible

Gets a value indicating whether the "Edit Custom Dictionary" button is visible in the Spell Check All At Once window.

Declaration

cs-api-definition
public bool IsEditCustomDictionaryButtonVisible { get; set; }

Property Value

bool

IsIgnoreAllButtonVisible

Gets a value indicating whether the "Ignore All" button is visible in the Spell Check All At Once window.

Declaration

cs-api-definition
public bool IsIgnoreAllButtonVisible { get; set; }

Property Value

bool

IsOkPressed

Gets a value indicating whether the "OK" button was pressed in the spell check dialog.

Declaration

cs-api-definition
public bool IsOkPressed { get; }

Property Value

bool

SelectedTheme

Gets or sets the currently selected theme for the SpellCheckAllAtOnceWindow.

Declaration

cs-api-definition
public Theme SelectedTheme { get; set; }

Property Value

Theme

SpellCheckedDocument

Represents the document that has been spell checked in the SpellCheckAllAtOnceWindow.

Declaration

cs-api-definition
public RadDocument SpellCheckedDocument { get; }

Property Value

RadDocument

WindowHeight

Gets or sets the height of the Spell Check All At Once window.

Declaration

cs-api-definition
public double WindowHeight { get; set; }

Property Value

double

WindowWidth

Gets or sets the width of the Spell Check All At Once window.

Declaration

cs-api-definition
public double WindowWidth { get; set; }

Property Value

double

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

ShowDialog(RadDocument, bool)

Displays the spell-check dialog for the specified RadDocument.

Declaration

cs-api-definition
public void ShowDialog(RadDocument document, bool showAlertIfNoErrors)

Parameters

document

RadDocument

The RadDocument that will be checked for spelling errors.

showAlertIfNoErrors

bool

Specifies whether the dialog should be modal.

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged