ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SpellDictionary Class / Load Method

In This Topic
    Load Method (SpellDictionary)
    In This Topic
    Loads the dictionary from the file specified by the FileName property.
    Syntax
    'Declaration
     
    Protected Overrides Function Load() As System.Boolean
    protected override System.bool Load()

    Return Value

    True if the dictionary was loaded successfully, false otherwise.
    Remarks
    If the dictionary fails to load, this method returns false. In this case, you can check the value of the dictionary's SpellDictionaryBase.State property to determine why the file failed to load.
    See Also