Spread Windows Forms 17
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
    public ICollection<Keys> Keys {get;}

    Property Value

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