Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ShortcutDictionaryEntry Class / Key Property


In This Topic
    Key Property (ShortcutDictionaryEntry)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Key As Keys
    'Usage
     
    
    Dim instance As ShortcutDictionaryEntry
    Dim value As Keys
     
    value = instance.Key
    public Keys Key {get;}
    See Also