ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.SpellChecker 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