Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / KeyMap Property


In This Topic
    KeyMap Property
    In This Topic
    Gets the key map collection that contains associated keys and actions.
    Syntax
    'Declaration
     
    Public ReadOnly Property KeyMap As Dictionary(Of KeyStroke,SpreadAction)
    'Usage
     
    Dim instance As SheetView
    Dim value As Dictionary(Of KeyStroke,SpreadAction)
     
    value = instance.KeyMap
    public Dictionary<KeyStroke,SpreadAction> KeyMap {get;}
    See Also