Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / GetDefaultShortcuts Method


In This Topic
    GetDefaultShortcuts Method (GcDateTimeCellType)
    In This Topic
    Gets the default shortcuts.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetDefaultShortcuts() As Dictionary(Of Keys,String)
    'Usage
     
    
    Dim instance As GcDateTimeCellType
    Dim value As Dictionary(Of Keys,String)
     
    value = instance.GetDefaultShortcuts()
    protected override Dictionary<Keys,string> 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