[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.GetDefaultShortcuts

GetDefaultShortcuts Method

GetDefaultShortcuts()

Gets the default shortcuts.

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

A dictionary that contains all default shortcuts.

Overrides
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.