WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpellCheckerDialog - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpellCheckerDialog

    Interaction logic for SpellCheckerDialog.xaml

    Inheritance
    System.Object
    SpellCheckerDialog
    Implements
    System.IDisposable
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.SfSpellChecker.WPF.dll
    Syntax
    public class SpellCheckerDialog : Window, IDisposable

    Constructors

    SpellCheckerDialog(SfSpellChecker, IEditorProperties)

    Initializes the instance of SpellCheckerDialog

    Declaration
    public SpellCheckerDialog(SfSpellChecker checker, IEditorProperties editor)
    Parameters
    Type Name Description
    SfSpellChecker checker
    IEditorProperties editor

    Methods

    Dispose()

    Disposes the instance of SpellCheckerDialog

    Declaration
    public void Dispose()

    OnApplyTemplate()

    Invoked when a control template is applied.

    Declaration
    public override void OnApplyTemplate()

    Events

    SpellCheckCompleted

    Event which is handled after spell check operations are completed

    Declaration
    public event EventHandler SpellCheckCompleted
    Event Type
    Type Description
    System.EventHandler

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved