WinForms

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

    Show / Hide Table of Contents

    Class DictionaryBase

    Represents a class that provides basic properties to add dictionary.

    Inheritance
    System.Object
    DictionaryBase
    DictionaryBase
    Inherited Members
    DictionaryBase.LoadDictionary()
    DictionaryBase.Culture
    DictionaryBase.Encoding
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DictionaryBase : DictionaryBase

    Constructors

    DictionaryBase()

    Declaration
    public DictionaryBase()

    Properties

    DictionaryPath

    Gets or sets the dictionary path.

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