menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DictionaryBase - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DictionaryBase

    Inheritance
    System.Object
    DictionaryBase
    CustomDictionaryBase
    GrammarDictionaryBase
    DictionaryBase
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.SpellChecker.Base
    Assembly: Syncfusion.SpellChecker.Base.dll
    Syntax
    public abstract class DictionaryBase

    Constructors

    DictionaryBase()

    Declaration
    public DictionaryBase()

    Properties

    Culture

    Gets or Sets the culture of a dictionary.

    Declaration
    public CultureInfo Culture { get; set; }
    Property Value
    Type
    System.Globalization.CultureInfo

    Encoding

    Declaration
    public Encoding Encoding { get; set; }
    Property Value
    Type
    System.Text.Encoding

    Methods

    LoadDictionary()

    Declaration
    protected virtual bool LoadDictionary()
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved