Spread Windows Forms 12.0 Product Documentation
ContainsKey Method (ShortcutDictionary)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ShortcutDictionary Class : ContainsKey Method
The Keys to locate in the collection.
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

Reference

ShortcutDictionary Class
ShortcutDictionary Members