alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class IspellDictionary

    Represents a class that is used to add ispell dictionaries in the dictionary collection.

    Inheritance
    System.Object
    DictionaryBase
    GrammarDictionaryBase
    IspellDictionaryBase
    IspellDictionary
    Inherited Members
    DictionaryBase.Culture
    DictionaryBase.Encoding
    GrammarDictionaryBase.LoadDictionary()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class IspellDictionary : IspellDictionaryBase

    Constructors

    IspellDictionary()

    Declaration
    public IspellDictionary()

    Properties

    DictionaryPath

    Gets or sets the dictionary path.

    Declaration
    public string DictionaryPath { get; set; }
    Property Value
    Type
    System.String

    GrammarPath

    Gets or sets the grammar path.

    Declaration
    public string GrammarPath { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved