Spread Windows Forms 12.0 Product Documentation
Keys Property (ShortcutDictionary)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ShortcutDictionary Class : Keys Property
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
public ICollection<Keys> Keys {get;}

Property Value

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

Reference

ShortcutDictionary Class
ShortcutDictionary Members