[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.GetDefaultShortcuts

GetDefaultShortcuts Method

GetDefaultShortcuts()

Gets the default shortcuts.

Declaration
protected virtual Dictionary<Keys, string> GetDefaultShortcuts()
Protected Overridable 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.