ComponentOne SpellChecker for WinForms
C1.Win.SpellChecker.8 Assembly / C1.Win.SpellChecker Namespace / UserDictionary Class / Load Method

In This Topic
    Load Method (UserDictionary)
    In This Topic
    Loads the dictionary from a file.
    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.
    See Also