ComponentOne FinancialChart for WPF
C1.WPF Namespace / ISpellChecker Interface / UserDictionary Property



In This Topic
    UserDictionary Property
    In This Topic
    Gets the user dictionary used for spell-checking.
    Syntax
    'Declaration
     
    
    ReadOnly Property UserDictionary As ICollection(Of String)
    'Usage
     
    
    Dim instance As ISpellChecker
    Dim value As ICollection(Of String)
     
    value = instance.UserDictionary
    ICollection<string> UserDictionary {get;}
    property ICollection<String^>^ UserDictionary {
       ICollection<String^>^ get();
    }
    See Also