GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / GetDefaultShortcuts Method


In This Topic
GetDefaultShortcuts Method (GcNumberCellType)
In This Topic
Gets the default shortcuts.
Syntax
'Declaration
 
Protected Overrides Function GetDefaultShortcuts() As Dictionary(Of Keys,String)
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As Dictionary(Of Keys,String)
 
value = instance.GetDefaultShortcuts()

Return Value

A dictionary that contains all default shortcuts.
Remarks
The GetDefaultShortcuts method allows derived classes to customize default shortcuts when the cell is created. If a null reference (Nothing in Visual Basic) is returned, no shortcuts are added to the cell.
See Also