ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SpellDictionaryBase Class
Fields Properties Methods


In This Topic
    SpellDictionaryBase Class Members
    In This Topic

    The following tables list the members exposed by SpellDictionaryBase.

    Protected Fields
     NameDescription
    Protected FieldGets or sets whether the dictionary is enabled.  
    Protected FieldName of the file where the word list was loaded from.  
    Protected FieldC1SpellChecker that owns the dictionary.  
    Protected FieldGets or sets a DictionaryState value that indicates whether the dictionary has been loaded or why it hasn't.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the dictionary is enabled.  
    Public PropertyGets or sets the name of the file that contains the dictionary.  
    Public PropertyGets a DictionaryState value that indicates whether the dictionary was loaded successfully.  
    Top
    Public Methods
     NameDescription
    Public MethodChecks whether the dictionary contains a given word.  
    Public MethodEnsures the dictionary is loaded, reading words from the file if necessary.  
    Public MethodGets a string that represents this object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the fully qualified name of the file that contains the dictionary.  
    Protected MethodLoads the dictionary from the file specified by the FileName property.  
    Top
    See Also