[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.InputManCellTypeBase.GetDefaultShortcuts

GetDefaultShortcuts Method

GetDefaultShortcuts()

Gets the default shortcuts.

Declaration
protected abstract Dictionary<Keys, string> GetDefaultShortcuts()
Protected MustOverride Function GetDefaultShortcuts() As Dictionary(Of Keys, String)
Returns
Type Description
Dictionary<Keys, string>

A dictionary that contains all default shortcuts.

Remarks

The GetDefaultShortcuts method allows derived classes to customize default shortcuts when the cell is created. If null is returned, no shortcuts are added to the cell.