Spread Windows Forms 12.0 Product Documentation
GetDefaultShortcuts Method (InputManCellTypeBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > InputManCellTypeBase Class : GetDefaultShortcuts Method
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

Reference

InputManCellTypeBase Class
InputManCellTypeBase Members