RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / WordList Class / GetKeyForItem Method
The element from which to obtain the key.

In This Topic
    GetKeyForItem Method (WordList)
    In This Topic
    Obtains a key for the given element.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetKeyForItem( _
       ByVal item As String _
    ) As Integer
    protected override int GetKeyForItem( 
       string item
    )

    Parameters

    item
    The element from which to obtain the key.

    Return Value

    The key for the specified element.
    See Also