ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SpellDictionaryBase Class / State Property

In This Topic
    State Property (SpellDictionaryBase)
    In This Topic
    Gets a DictionaryState value that indicates whether the dictionary was loaded successfully.
    Syntax
    'Declaration
     
    Public Property State As DictionaryState
    public DictionaryState State {get; set;}
    See Also