RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / UserDictionary Class / State Property

In This Topic
    State Property (UserDictionary)
    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