Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ShortcutDictionary Class / Keys Property


In This Topic
Keys Property (ShortcutDictionary)
In This Topic
Gets a collection that contains the keys of the all elements.
Syntax
'Declaration
 
Public ReadOnly Property Keys As ICollection(Of Keys)
 
'Usage
 
Dim instance As ShortcutDictionary
Dim value As ICollection(Of Keys)
 
value = instance.Keys

Property Value

A Keys collection that contains the keys of the collection.
See Also