ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / WordDictionary Class / Item Property

In This Topic
    Item Property (WordDictionary)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal key As System.String _
    ) As System.String
    public System.string this[ 
       System.string key
    ]; {get; set;}

    Parameters

    key
    See Also