Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / InputManCellTypeBase Class / GetDefaultShortcuts Method


In This Topic
    GetDefaultShortcuts Method (InputManCellTypeBase)
    In This Topic
    Gets the default shortcuts.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function GetDefaultShortcuts() As Dictionary(Of Keys,String)
    'Usage
     
    
    Dim instance As InputManCellTypeBase
    Dim value As Dictionary(Of Keys,String)
     
    value = instance.GetDefaultShortcuts()
    protected abstract Dictionary<Keys,string> GetDefaultShortcuts()
    See Also