[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.ContainsKey

ContainsKey Method

ContainsKey(Keys)

Determines whether the collection contains an element with the specified key.

Declaration
public bool ContainsKey(Keys key)
Public Function ContainsKey(key As Keys) As Boolean
Parameters
Type Name Description
Keys key

The Keys to locate in the collection.

Returns
Type Description
bool

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

Implements