Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ShortcutDictionary Class / ContainsKey Method
The Keys to locate in the collection.


In This Topic
    ContainsKey Method (ShortcutDictionary)
    In This Topic
    Determines whether the collection contains an element with the specified key.
    Syntax
    'Declaration
     
    
    Public Function ContainsKey( _
       ByVal key As Keys _
    ) As Boolean
    'Usage
     
    
    Dim instance As ShortcutDictionary
    Dim key As Keys
    Dim value As Boolean
     
    value = instance.ContainsKey(key)
    public bool ContainsKey( 
       Keys key
    )

    Parameters

    key
    The Keys to locate in the collection.

    Return Value

    true if the collection contains an element with the key; otherwise, false.
    See Also